d7e89c1fe42df7b73e4fcf4aafaf44fe70ede7d7
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin / root / cgi-bin / sigs.pl
1 #!/usr/bin/perl 
2
3 use strict;
4 use warnings;
5
6 use CGI ':standard';
7
8 BEGIN { $SIG{USR1} = 'IGNORE'; }
9
10 $SIG{USR1} = 'IGNORE';
11
12 print header;