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.8 by root, Tue Apr 22 05:12:19 2008 UTC vs.
Revision 1.9 by root, Fri Apr 25 13:32:39 2008 UTC

14handlers you can force the installation of this module and the rest will 14handlers you can force the installation of this module and the rest will
15likely work. Otherwise upgrading to a working perl is recommended. 15likely work. Otherwise upgrading to a working perl is recommended.
16EOF 16EOF
17 17
18print "ok 1\n"; 18print "ok 1\n";
19
20AnyEvent::detect; # force-load event model
19 21
20my $pid = fork; 22my $pid = fork;
21 23
22defined $pid or die "unable to fork"; 24defined $pid or die "unable to fork";
23 25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines