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.70 by root, Sat Nov 5 19:26:35 2016 UTC vs.
Revision 1.71 by root, Wed Jul 25 22:35:00 2018 UTC

624The path to the perl interpreter is divined using various methods - first 624The path to the perl interpreter is divined using various methods - first
625C<$^X> is investigated to see if the path ends with something that looks 625C<$^X> is investigated to see if the path ends with something that looks
626as if it were the perl interpreter. Failing this, the module falls back to 626as if it were the perl interpreter. Failing this, the module falls back to
627using C<$Config::Config{perlpath}>. 627using C<$Config::Config{perlpath}>.
628 628
629The path to perl can also be overriden by setting the global variable 629The path to perl can also be overridden by setting the global variable
630C<$AnyEvent::Fork::PERL> - it's value will be used for all subsequent 630C<$AnyEvent::Fork::PERL> - it's value will be used for all subsequent
631invocations. 631invocations.
632 632
633=cut 633=cut
634 634

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines