ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/02_signals.t
(Generate patch)

Comparing AnyEvent/t/02_signals.t (file contents):
Revision 1.6 by root, Sat Jul 18 00:05:29 2009 UTC vs.
Revision 1.7 by root, Sun Jul 26 12:40:42 2009 UTC

1BEGIN {
2 unless (exists $SIG{USR1}) {
3 print <<EOF;
41..0 # SKIP Broken perl detected, skipping tests.
5EOF
6 exit 0;
7 }
8}
9
1use AnyEvent; 10use AnyEvent;
2use AnyEvent::Impl::Perl; 11use AnyEvent::Impl::Perl;
3 12
4$| = 1; print "1..5\n"; 13$| = 1; print "1..5\n";
5 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines