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

Comparing AnyEvent/t/68_poe_02_signals.t (file contents):
Revision 1.5 by root, Mon Jul 20 22:39:57 2009 UTC vs.
Revision 1.6 by root, Sun Jul 26 12:41:04 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;
2BEGIN { eval q{use AnyEvent::Impl::POE;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::POE not loadable}), exit 0) } $^W = 0; 11BEGIN { eval q{use AnyEvent::Impl::POE;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::POE not loadable}), exit 0) } $^W = 0;
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