Seeing XS build failures has sense.
This commit is contained in:
parent
5beb7a650b
commit
193a68e83a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user