Seeing XS build failures has sense.

This commit is contained in:
Sergiotarxz 2024-11-11 12:57:44 +01:00
parent 5beb7a650b
commit 193a68e83a

View File

@ -7,11 +7,11 @@ use warnings;
use File::Basename qw/dirname/; use File::Basename qw/dirname/;
BEGIN { BEGIN {
open my $fh, '>&', \*STDERR; # open my $fh, '>&', \*STDERR;
open STDERR, '>', '/dev/null'; # open STDERR, '>', '/dev/null';
system 'perl', 'Build.PL'; system 'perl', 'Build.PL';
system 'perl', 'Build', 'build'; system 'perl', 'Build', 'build';
open STDERR, '>&', $fh; # open STDERR, '>&', $fh;
}; };
use blib; use blib;