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

Comparing AnyEvent/t/01_basic.t (file contents):
Revision 1.5 by root, Sat Jul 18 00:05:29 2009 UTC vs.
Revision 1.6 by root, Wed Dec 29 04:16:33 2010 UTC

1use AnyEvent; 1use AnyEvent;
2use AnyEvent::Impl::Perl; 2BEGIN { require AnyEvent::Impl::Perl unless $ENV{PERL_ANYEVENT_MODEL} }
3 3
4$| = 1; print "1..6\n"; 4$| = 1; print "1..6\n";
5 5
6print "ok 1\n"; 6print "ok 1\n";
7 7

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines