Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 161423)
+++ Makefile.PL (working copy)
@@ -14,8 +14,8 @@
BEGIN {
eval {
require mod_perl;
+ if ($mod_perl::VERSION < 1.999_22 && $old_mp2) {
my $old_mp2 = eval { require Apache2 };
- if ($mod_perl::VERSION < 1.999_22 && $old_mp2) {
$old_modperl_version = $mod_perl::VERSION;
$old_modperl_pm = delete $INC{'mod_perl.pm'};
}
That can't work for at least 1 reason:
in the if() $old_mp2 is going to cause an undefined variable
error messasge thus causing the if's code to _never_ be executed as the error will be caught by the eval.
I'll try to duplicate this soonish error locally soonish.
HTH
-- END ------------------------------------------------------ Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Developer / Liquidity Services, Inc. http://www.liquidityservicesinc.com