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. If you ha

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: [EMAIL PROTECTED] F

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"} = __FILE__; +$INC{"mod_pe

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_perl2::VERSION; >> -$INC{"mod_perl.pm"} = __FILE__; >> +$

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 @@ } $mod_pe

[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::