Hi,

So we need to set either ENV{MOD_PERL}=2 or perl Makefile.PL MOD_PERL=2

The latter results in invalid args for MakeMaker.

Anybody want to suggest another method or is just setting the ENV okay.  I 
guess I only hesistate
because of its name.  Feel free to commit this or something else and don't wait 
for me.


i.e.
[EMAIL PROTECTED] 
/home/pgollucci/dev/compile/freebsd-6.1-stable/3.4.4/mod_perl/r438370-5.8.8-2.2.3-prefork
 96
1>svn diff Makefile.PL
Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 438371)
+++ Makefile.PL (working copy)
@@ -129,6 +129,9 @@

     set_modperl_version();

+#    push @ARGV, "MOD_PERL=2";
+#    $ENV{MOD_PERL}=2;
+
     if ($old_modperl_version) {
         (my $old_modperl_version_str = $old_modperl_version)
             =~ s/(\d\d\d?)(\d\d)/$1_$2/;

-- 
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /
 / /|_/ / // /\ \/ /_/ / /__
/_/  /_/\_, /___/\___\_\___/
       <___/

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

Reply via email to