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.1 by root, Thu Oct 2 08:43:58 2008 UTC vs.
Revision 1.3 by root, Thu Jul 9 22:49:18 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines