Re: mod_perl2.pm

2005-11-04 Thread Torsten Foertsch
On Thursday 03 November 2005 17:08, Geoffrey Young wrote: > > so, please try the attached patch to Apache::Test. hopefully this fixes > > things once and for all (without breaking more stuff :) > > Torsten, any luck with this? yep, it works: 0 [EMAIL PROTECTED]:~/work/libapreq-1.33$ perl Makefil

Re: mod_perl2.pm

2005-11-03 Thread Geoffrey Young
> so, please try the attached patch to Apache::Test. hopefully this fixes > things once and for all (without breaking more stuff :) Torsten, any luck with this? --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: mod_perl2.pm

2005-11-01 Thread Geoffrey Young
Torsten Foertsch wrote: > Hi, > > is this really necessary in mod_perl2.pm? I think the decision was made because a ton of legacy applications (like CGI.pm) would be looking for $mod_perl::VERSION to decide which generation they were after. whether this is a good idea or not... wel

Re: [mp2] problems with mod_perl2.pm fooling around with mod_perl.pm in %INC

2005-05-10 Thread Philip M. Gollucci
her than a better documentation of the reasons. Now that it's clear that it's a bad thing, I think it should be removed. >> Stas, I actually wanted to change that to >> $INC{mod_perl2.pm} = __FILE__ > > but won't that already be set, since this file was already requi

Re: [mp2] problems with mod_perl2.pm fooling around with mod_perl.pm in %INC

2005-05-09 Thread Stas Bekman
ntation of the reasons. Now that it's clear that it's a bad thing, I think it should be removed. >> Stas, I actually wanted to change that to >> $INC{mod_perl2.pm} = __FILE__ > > but won't that already be set, since this file

Re: [mp2] problems with mod_perl2.pm fooling around with mod_perl.pm in %INC

2005-05-09 Thread Philip M. Golllucci
Stas Bekman wrote: Philip M. Golllucci wrote: Stas Bekman wrote: Do you have a URL to this discussion? http://gossamer-threads.com/lists/modperl/dev/80422 HTH -- END -- Philip M. Gollucci Consultant E-Mail: [EMAIL PROTECT

Re: [mp2] problems with mod_perl2.pm fooling around with mod_perl.pm in %INC

2005-05-09 Thread Stas Bekman
Philip M. Golllucci wrote: Stas Bekman wrote: Anybody can tell me why the following code was added? % cat lib/mod_perl2.pm [...] # this stuff is here to assist back compat # basically, if you # PerlModule mod_perl2 # or take similar steps to load mod_perl2 at # startup you are protected against

Re: [mp2] problems with mod_perl2.pm fooling around with mod_perl.pm in %INC

2005-05-09 Thread Philip M. Golllucci
Stas Bekman wrote: Anybody can tell me why the following code was added? % cat lib/mod_perl2.pm [...] # this stuff is here to assist back compat # basically, if you # PerlModule mod_perl2 # or take similar steps to load mod_perl2 at # startup you are protected against loading mod_perl.pm

[mp2] problems with mod_perl2.pm fooling around with mod_perl.pm in %INC

2005-05-09 Thread Stas Bekman
Anybody can tell me why the following code was added? % cat lib/mod_perl2.pm [...] # this stuff is here to assist back compat # basically, if you # PerlModule mod_perl2 # or take similar steps to load mod_perl2 at # startup you are protected against loading mod_perl.pm # (either 1.0 or 1.99) at a

Re: [PATCH] lib/mod_perl2.pm

2005-04-21 Thread Philip M. Gollucci
Geoffrey Young wrote: May I suggest that this exact comment above that line in mod_perl2.pm prevent the confusion and attempt to fix things? done. feel free to improve it if it's inadequate. --Geoff Okay, I agree with all that. How about also, we add to Apache2::Status the below patch. I

Re: [PATCH] lib/mod_perl2.pm

2005-04-21 Thread Geoffrey Young
> May I suggest that this exact comment above that line in mod_perl2.pm > prevent the confusion and attempt to fix things? done. feel free to improve it if it's inadequate. --Geoff - To unsubscribe, e-mail: [EMAI

Re: [PATCH] lib/mod_perl2.pm

2005-04-21 Thread Stas Bekman
Geoffrey Young wrote: Index: mod_perl2.pm === --- mod_perl2.pm(revision 164006) +++ mod_perl2.pm(working copy) @@ -41,7 +41,7 @@ } $mod_perl::VERSION = $mod_perl2::VERSION; -$INC{"mod_perl.pm"} = __FIL

Re: [PATCH] lib/mod_perl2.pm

2005-04-21 Thread Geoffrey Young
>> Index: mod_perl2.pm >> === >> --- mod_perl2.pm(revision 164006) >> +++ mod_perl2.pm(working copy) >> @@ -41,7 +41,7 @@ >> } >> >> $mod_perl::VERSION = $mod_pe

Re: [PATCH] lib/mod_perl2.pm

2005-04-20 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Fix the @INC which I caught via the Apache2::Status loaded modules screen: Index: mod_perl2.pm === --- mod_perl2.pm(revision 164006) +++ mod_perl2.pm(working copy) @@ -41,7 +41,7

[PATCH] lib/mod_perl2.pm

2005-04-20 Thread Philip M. Gollucci
Fix the @INC which I caught via the Apache2::Status loaded modules screen: Index: mod_perl2.pm === --- mod_perl2.pm(revision 164006) +++ mod_perl2.pm(working copy) @@ -41,7 +41,7 @@ } $mod_perl::VERSION = $mod_perl2