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

Comparing AnyEvent/t/03_child.t (file contents):
Revision 1.18 by root, Mon Jul 20 06:00:42 2009 UTC vs.
Revision 1.19 by root, Wed Dec 29 04:16:33 2010 UTC

17 } 17 }
18 } 18 }
19} 19}
20 20
21use AnyEvent; 21use AnyEvent;
22use AnyEvent::Impl::Perl; 22BEGIN { require AnyEvent::Impl::Perl unless $ENV{PERL_ANYEVENT_MODEL} }
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