Redirecting stderr in autobuild.
This commit is contained in:
parent
7428bcddec
commit
6eb838904b
@ -6,10 +6,13 @@ use warnings;
|
||||
|
||||
use File::Basename qw/dirname/;
|
||||
|
||||
{
|
||||
BEGIN {
|
||||
open my $fh, '>&', \*STDERR;
|
||||
open STDERR, '>', '/dev/null';
|
||||
system 'perl', 'Build.PL';
|
||||
system 'perl', 'Build', 'build';
|
||||
}
|
||||
open STDERR, '>&', $fh;
|
||||
};
|
||||
|
||||
use blib;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user