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
> 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
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
>> 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__;
>> +$
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
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::