Re: samples of mod_perl 2.0-RC5 compliant modules

2005-04-14 Thread Geoffrey Young
Philip M. Gollucci wrote: > John D Groenveld wrote: > >> In message <[EMAIL PROTECTED]>, Geoffrey Young writes: >> >> >>> I've updated all of my mod_perl 2.0 CPAN modules so that they work >>> with the >>> latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22. >>> here >>> >>

Re: samples of mod_perl 2.0-RC5 compliant modules

2005-04-14 Thread Philip M. Gollucci
For performance and consistancy, you'd be better off using use constant MP2 => |$ENV{MOD_PERL_API_VERSION}| == 2 ? 1 : 0; or just use the ENV directly HTH $ENV{MOD_PERL_API_VERSION} Sorry, no |'s I cut and pasted from the webpage. -- END

Re: samples of mod_perl 2.0-RC5 compliant modules

2005-04-14 Thread Philip M. Gollucci
John D Groenveld wrote: In message <[EMAIL PROTECTED]>, Geoffrey Young writes: I've updated all of my mod_perl 2.0 CPAN modules so that they work with the latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22. here For those of us supporting Apache 1 and 2, is this right? pac

Re: samples of mod_perl 2.0-RC5 compliant modules

2005-04-14 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, Geoffrey Young writes: >I've updated all of my mod_perl 2.0 CPAN modules so that they work with the >latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22. here For those of us supporting Apache 1 and 2, is this right? package My::Apache::Foo; use c

samples of mod_perl 2.0-RC5 compliant modules

2005-04-14 Thread Geoffrey Young
hi all :) I've updated all of my mod_perl 2.0 CPAN modules so that they work with the latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22. here is a list if you want to look at them: Apache-AuthenHook-2.00_04 Apache-Clean-2.00_6 Apache-IncludeHook-2.00_05 Apache-SSLLookup