[Catalyst-commits] r12477 - trunk/Catalyst-Controller-WrapCGI/t/lib/TestCGIBin/root/cgi-bin

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Sat Dec 26 22:07:33 GMT 2009


Author: caelum
Date: 2009-12-26 22:07:33 +0000 (Sat, 26 Dec 2009)
New Revision: 12477

Modified:
   trunk/Catalyst-Controller-WrapCGI/t/lib/TestCGIBin/root/cgi-bin/sigs.pl
Log:
minor change

Modified: trunk/Catalyst-Controller-WrapCGI/t/lib/TestCGIBin/root/cgi-bin/sigs.pl
===================================================================
--- trunk/Catalyst-Controller-WrapCGI/t/lib/TestCGIBin/root/cgi-bin/sigs.pl	2009-12-26 17:58:25 UTC (rev 12476)
+++ trunk/Catalyst-Controller-WrapCGI/t/lib/TestCGIBin/root/cgi-bin/sigs.pl	2009-12-26 22:07:33 UTC (rev 12477)
@@ -5,6 +5,8 @@
 
 use CGI ':standard';
 
+BEGIN { $SIG{USR1} = 'IGNORE'; }
+
 $SIG{USR1} = 'IGNORE';
 
 print header;




More information about the Catalyst-commits mailing list