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.4 by root, Thu Apr 24 02:23:55 2008 UTC vs.
Revision 1.6 by root, Wed Dec 29 04:16:33 2010 UTC

1$|=1; 1use AnyEvent;
2BEGIN { print "1..6\n" } 2BEGIN { require AnyEvent::Impl::Perl unless $ENV{PERL_ANYEVENT_MODEL} }
3 3
4use AnyEvent; 4$| = 1; print "1..6\n";
5use AnyEvent::Impl::Perl;
6 5
7print "ok 1\n"; 6print "ok 1\n";
8 7
9my $cv = AnyEvent->condvar; 8my $cv = AnyEvent->condvar;
10 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines