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.1 by root, Wed Jul 8 04:49:18 2009 UTC vs.
Revision 1.7 by root, Mon Jul 4 21:14:29 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines