From 193a68e83aa53ef28d9b71d7fe23aae0d4530fb9 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Mon, 11 Nov 2024 12:57:44 +0100 Subject: [PATCH] Seeing XS build failures has sense. --- scripts/main.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;