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

Comparing AnyEvent/t/69_ev_01_basic.t (file contents):
Revision 1.1 by root, Thu Oct 2 08:43:58 2008 UTC vs.
Revision 1.2 by root, Thu Jul 9 22:49:18 2009 UTC

1$|=1; 1$|=1;
2BEGIN { unless (eval "require EV") { print "1..0 # skip because EV isn't installed"; exit } }
3BEGIN { print "1..6\n" } 2BEGIN { print "1..6\n" }
4 3
5use AnyEvent; 4use AnyEvent;
6use AnyEvent::Impl::EV; 5use AnyEvent::Impl::EV;
7 6

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines