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

Comparing AnyEvent/t/66_ioasync_01_basic.t (file contents):
Revision 1.5 by root, Sun Aug 9 13:27:23 2009 UTC vs.
Revision 1.9 by root, Tue Jul 30 23:14:33 2013 UTC

1use AnyEvent; 1use AnyEvent;
2BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable}), exit 0) } use IO::Async::Loop; AnyEvent::Impl::IOAsync::set_loop new IO::Async::Loop; $^W = 0; 2
3 BEGIN { $^W = 0 }
4 BEGIN { $ENV{PERL_ANYEVENT_LOOP_TESTS} or ((print qq{1..0 # SKIP PERL_ANYEVENT_LOOP_TESTS not true\n}), exit 0) }
5 BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable\n}), exit 0) }
6
7
3 8
4$| = 1; print "1..6\n"; 9$| = 1; print "1..6\n";
5 10
6print "ok 1\n"; 11print "ok 1\n";
7 12

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines