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

Comparing AnyEvent/t/66_ioasync_09_multi.t (file contents):
Revision 1.9 by root, Fri Mar 30 04:22:22 2012 UTC vs.
Revision 1.10 by root, Tue Jul 30 23:14:33 2013 UTC

17$^W = 0; # 5.8.6 bugs 17$^W = 0; # 5.8.6 bugs
18 18
19use AnyEvent; 19use AnyEvent;
20use AnyEvent::Util; 20use AnyEvent::Util;
21 21
22 BEGIN { $^W = 0 }
22 BEGIN { $ENV{PERL_ANYEVENT_LOOP_TESTS} or ((print qq{1..0 # SKIP PERL_ANYEVENT_LOOP_TESTS not true\n}), exit 0) } 23 BEGIN { $ENV{PERL_ANYEVENT_LOOP_TESTS} or ((print qq{1..0 # SKIP PERL_ANYEVENT_LOOP_TESTS not true\n}), exit 0) }
23 BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable\n}), exit 0) } 24 BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable\n}), exit 0) }
24 25
25 26
26 27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines