Rafael Garcia-Suarez wrote:
Stas Bekman wrote:

Though in your patch should we check for:

#if PERL_REVISION == 5 && PERL_VERSION == 8 && PERL_SUBVERSION == 1
and higher and otherwise do nothing? Or do you think that checking for THREADS_HAVE_PIDS is enough? won't it be set as well in 5.6.x built with threads?


THREADS_HAVE_PIDS is set in the Linux Configure hintfile.
For extra safety, now that you mention it, you should check for
PERL_VERSION == 8 && PERL_SUBVERSION >= 1 || PERL_VERSION >= 9.
(Because I integrated the hints from bleadperl to 5.6.2.)

Thanks, Rafael, committed with this correction.


BTW, there is the modperl cvs list if you want to see the cvs commits, or you can observe them in the archives:
http://perl.apache.org/maillist/cvs.html


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to