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

Comparing AnyEvent/t/68_poe_01_basic.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 { print "1..6\n" } 2BEGIN { print "1..6\n" }
4 3
5use AnyEvent; 4use AnyEvent;
6use AnyEvent::Impl::POE; 5use AnyEvent::Impl::POE; $^W = 0;
7 6
8print "ok 1\n"; 7print "ok 1\n";
9 8
10my $cv = AnyEvent->condvar; 9my $cv = AnyEvent->condvar;
11 10

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines