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/;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user