X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExtUtils%2FMM_Unix.pm;h=d8f0564c9e88ed52e3faec7f81c3dcbc5515bb93;hb=41e5fcb0a3c28c92c13b25bc869395d47115a518;hp=4e4326d5fb0c97a8dbaa9b1c761a3878f640ecaa;hpb=7292dc67d9d3871d00ae8272949316f40122092b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 4e4326d..d8f0564 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -20,7 +20,7 @@ use vars qw($VERSION @ISA use ExtUtils::MakeMaker qw($Verbose neatvalue); -$VERSION = '1.48'; +$VERSION = '1.49'; require ExtUtils::MM_Any; @ISA = qw(ExtUtils::MM_Any); @@ -1921,7 +1921,8 @@ sub init_PERL { } # Are we building the core? - $self->{PERL_CORE} = 0 unless exists $self->{PERL_CORE}; + $self->{PERL_CORE} = $ENV{PERL_CORE} unless exists $self->{PERL_CORE}; + $self->{PERL_CORE} = 0 unless defined $self->{PERL_CORE}; # How do we run perl? foreach my $perl (qw(PERL FULLPERL ABSPERL)) { @@ -3050,8 +3051,8 @@ sub processPL { all :: %s $(NOECHO) $(NOOP) -%s :: %s - $(PERLRUN) %s %s +%s :: %s pm_to_blib + $(PERLRUNINST) %s %s MAKE_FRAG }