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.3 by root, Thu Jul 9 22:49:18 2009 UTC

1$|=1; 1$|=1;
2$^W=0;
3BEGIN { 2BEGIN {
4 print "1..5\n"; 3 print "1..5\n";
5} 4}
6 5
7use AnyEvent; 6use AnyEvent;
8use AnyEvent::Impl::POE; 7use AnyEvent::Impl::POE; $^W = 0;
9 8
10print "ok 1\n"; 9print "ok 1\n";
11 10
12my $cv = AnyEvent->condvar; 11my $cv = AnyEvent->condvar;
13 12

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines