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.1 by root, Thu Jun 25 11:16:08 2009 UTC vs.
Revision 1.6 by root, Wed Dec 29 04:23:06 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines