Message-ID: <
478281F4.9000202@cpan.org>
p4raw-id: //depot/perl@32905
use ExtUtils::MakeMaker qw($Verbose neatvalue);
-$VERSION = '6.42_01';
+$VERSION = '6.42_02';
$VERSION = eval $VERSION;
require ExtUtils::MM_Any;
$self->{ABSPERL} = 'MCR '.$self->{ABSPERL} if $has_mcr;
}
+ $self->{ABSPERL} = qq{"$self->{ABSPERL}"}
+ if $self->{ABSPERL} =~ /\s/;
+
# Are we building the core?
$self->{PERL_CORE} = $ENV{PERL_CORE} unless exists $self->{PERL_CORE};
$self->{PERL_CORE} = 0 unless defined $self->{PERL_CORE};
eval {
$num_warnings = validate qq{
lib -d || die
- $path_to_libFile cd
+ '$path_to_libFile' cd
Spec -e
Spec -f
- $path_to_dist cd
+ '$path_to_dist' cd
README -ef
INSTALL -d || warn
- $path_to_libFile -d || die
+ '$path_to_libFile' -d || die
};
};