From: Rafael Kitover Date: Sat, 26 Dec 2009 22:07:33 +0000 (+0000) Subject: minor change X-Git-Tag: 0.030~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=commitdiff_plain;h=aa4613a917c5b50a239148742e39f6bbbeb481a5 minor change --- diff --git a/t/lib/TestCGIBin/root/cgi-bin/sigs.pl b/t/lib/TestCGIBin/root/cgi-bin/sigs.pl index 3b017ae..d7e89c1 100755 --- a/t/lib/TestCGIBin/root/cgi-bin/sigs.pl +++ b/t/lib/TestCGIBin/root/cgi-bin/sigs.pl @@ -5,6 +5,8 @@ use warnings; use CGI ':standard'; +BEGIN { $SIG{USR1} = 'IGNORE'; } + $SIG{USR1} = 'IGNORE'; print header;