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

Comparing AnyEvent/t/02_signals.t (file contents):
Revision 1.7 by root, Sun Jul 26 12:40:42 2009 UTC vs.
Revision 1.8 by root, Wed Dec 29 04:16:33 2010 UTC

6 exit 0; 6 exit 0;
7 } 7 }
8} 8}
9 9
10use AnyEvent; 10use AnyEvent;
11use AnyEvent::Impl::Perl; 11BEGIN { require AnyEvent::Impl::Perl unless $ENV{PERL_ANYEVENT_MODEL} }
12 12
13$| = 1; print "1..5\n"; 13$| = 1; print "1..5\n";
14 14
15print "ok 1\n"; 15print "ok 1\n";
16 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines