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

Comparing AnyEvent/t/66_ioasync_07_io.t (file contents):
Revision 1.3 by root, Sat Jul 18 00:05:29 2009 UTC vs.
Revision 1.4 by root, Mon Jul 20 22:39:57 2009 UTC

1use AnyEvent; 1use AnyEvent;
2use AnyEvent::Util; 2use AnyEvent::Util;
3BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not found}), exit 0) } use IO::Async::Loop; AnyEvent::Impl::IOAsync::set_loop new IO::Async::Loop; 3BEGIN { 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;
4 4
5$| = 1; print "1..18\n"; 5$| = 1; print "1..18\n";
6 6
7print "ok 1\n"; 7print "ok 1\n";
8 8

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines