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

Comparing AnyEvent/t/63_eventlib_09_multi.t (file contents):
Revision 1.1 by root, Wed Apr 4 02:18:30 2012 UTC vs.
Revision 1.2 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::EventLib;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::EventLib not loadable\n}), exit 0) } 24 BEGIN { eval q{use AnyEvent::Impl::EventLib;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::EventLib not loadable\n}), exit 0) }
24 25
25 26
26 27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines