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/;
BEGIN {
open my $fh, '>&', \*STDERR;
open STDERR, '>', '/dev/null';
# open my $fh, '>&', \*STDERR;
# open STDERR, '>', '/dev/null';
system 'perl', 'Build.PL';
system 'perl', 'Build', 'build';
open STDERR, '>&', $fh;
# open STDERR, '>&', $fh;
};
use blib;