s/MAKEMAKEROPT/PERL_MM_OPT/
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 25 Sep 1998 04:47:32 +0000 (04:47 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 25 Sep 1998 04:47:32 +0000 (04:47 +0000)
p4raw-id: //depot/perl@1886

lib/ExtUtils/MakeMaker.pm

index f370640..4b3fed7 100644 (file)
@@ -452,7 +452,7 @@ sub ExtUtils::MakeMaker::new {
        }
        $self->{PARENT}->{CHILDREN}->{$newclass} = $self if $self->{PARENT};
     } else {
-       parse_args($self,split(' ', $ENV{MAKEMAKEROPT} || ''),@ARGV);
+       parse_args($self,split(' ', $ENV{PERL_MM_OPT} || ''),@ARGV);
     }
 
     $self->{NAME} ||= $self->guess_name;
@@ -1927,7 +1927,7 @@ different means on the current architecture).
 
 =over 8
 
-=item MAKEMAKEROPT
+=item PERL_MM_OPT
 
 Command line options used by C<MakeMaker-E<gt>new()>, and thus by
 C<WriteMakefile()>.  The string is split on whitespace, and the result