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.7 by root, Fri Aug 12 18:41:30 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines