>> 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_perl2.pm"} = __FILE__;

the code as it stands is correct.  I believe the intent was a single

  PerlModule mod_perl2

would prevent later calls to

  use mod_perl;

from mucking things up during the transitional period.  we can, of course,
revisit the logic behind that decision, but the patch you submitted doesn't
make much sense - $INC{"mod_perl2.pm"} is properly set when mod_perl2 is use()d.

--Geoff

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

Reply via email to