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.2 by root, Thu Apr 23 22:44:30 2009 UTC vs.
Revision 1.5 by root, Mon Jul 20 22:39:57 2009 UTC

1$|=1; 1use AnyEvent;
2$^W=0; 2BEGIN { eval q{use AnyEvent::Impl::POE;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::POE not loadable}), exit 0) } $^W = 0;
3BEGIN {
4 print "1..5\n";
5}
6 3
7use AnyEvent; 4$| = 1; print "1..5\n";
8use AnyEvent::Impl::POE;
9 5
10print "ok 1\n"; 6print "ok 1\n";
11 7
12my $cv = AnyEvent->condvar; 8my $cv = AnyEvent->condvar;
13 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines