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

Comparing AnyEvent/t/69_ev_02_signals.t (file contents):
Revision 1.8 by root, Fri Aug 12 18:41:30 2011 UTC vs.
Revision 1.9 by root, Tue Jul 30 23:14:34 2013 UTC

7 } 7 }
8} 8}
9 9
10use AnyEvent; 10use AnyEvent;
11 11
12 BEGIN { $^W = 0 }
12 BEGIN { $ENV{PERL_ANYEVENT_LOOP_TESTS} or ((print qq{1..0 # SKIP PERL_ANYEVENT_LOOP_TESTS not true\n}), exit 0) } 13 BEGIN { $ENV{PERL_ANYEVENT_LOOP_TESTS} or ((print qq{1..0 # SKIP PERL_ANYEVENT_LOOP_TESTS not true\n}), exit 0) }
13 BEGIN { eval q{use AnyEvent::Impl::EV;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::EV not loadable\n}), exit 0) } 14 BEGIN { eval q{use AnyEvent::Impl::EV;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::EV not loadable\n}), exit 0) }
14 15
15 16
16 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines