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

Comparing AnyEvent/t/66_ioasync_03_child.t (file contents):
Revision 1.7 by root, Mon Jul 20 22:39:57 2009 UTC vs.
Revision 1.8 by root, Sun Aug 9 13:27:23 2009 UTC

17 } 17 }
18 } 18 }
19} 19}
20 20
21use AnyEvent; 21use AnyEvent;
22BEGIN { 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; 22BEGIN { 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;
23 23
24$| = 1; print "1..50\n"; 24$| = 1; print "1..50\n";
25 25
26$AnyEvent::MAX_SIGNAL_LATENCY = 0.2; 26$AnyEvent::MAX_SIGNAL_LATENCY = 0.2;
27 27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines