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.4 by root, Fri Nov 9 19:34:32 2007 UTC vs.
Revision 1.5 by root, Fri Nov 16 05:08:18 2007 UTC

1$|=1; 1$|=1;
2BEGIN { print "1..7\n" } 2BEGIN { print "1..7\n" }
3 3
4use AnyEvent; 4use AnyEvent;
5use AnyEvent::Impl::Perl;
5 6
6print "ok 1\n"; 7print "ok 1\n";
7 8
8my $pid = fork; 9my $pid = fork;
9 10

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines