ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork/Fork.pm
(Generate patch)

Comparing AnyEvent-Fork/Fork.pm (file contents):
Revision 1.11 by root, Thu Apr 4 07:22:44 2013 UTC vs.
Revision 1.12 by root, Thu Apr 4 07:27:09 2013 UTC

246use Socket (); 246use Socket ();
247 247
248use AnyEvent; 248use AnyEvent;
249use AnyEvent::Fork::Util; 249use AnyEvent::Fork::Util;
250use AnyEvent::Util (); 250use AnyEvent::Util ();
251
252our $VERSION = $AnyEvent::Fork::Util::VERSION;
251 253
252our $PERL; # the path to the perl interpreter, deduces with various forms of magic 254our $PERL; # the path to the perl interpreter, deduces with various forms of magic
253 255
254=item my $pool = new AnyEvent::Fork key => value... 256=item my $pool = new AnyEvent::Fork key => value...
255 257

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines