diff --git a/scripts/main.pl b/scripts/main.pl index 213d6b6..95cd3d2 100644 --- a/scripts/main.pl +++ b/scripts/main.pl @@ -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;