Craig A. Berry [Sat, 12 Jan 2008 01:01:45 +0000 (01:01 +0000)]
means it is a command with parameter(s).
p4raw-id: //depot/perl@32964
use ExtUtils::MakeMaker qw($Verbose neatvalue);
-$VERSION = '6.42_02';
+$VERSION = '6.42_03';
$VERSION = eval $VERSION;
require ExtUtils::MM_Any;
}
$self->{ABSPERL} = qq{"$self->{ABSPERL}"}
- if $self->{ABSPERL} =~ /\s/;
+ if ($self->{ABSPERL} =~ /\s/) && ! $has_mcr;
# Are we building the core?
$self->{PERL_CORE} = $ENV{PERL_CORE} unless exists $self->{PERL_CORE};