From: Gurusamy Sarathy Date: Fri, 14 May 1999 03:04:44 +0000 (+0000) Subject: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker X-Git-Tag: accepted/trunk/20130322.191538~36437 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbd1e1b2eedaaa0c9eac55d2f49dc2089b9c8f08;p=platform%2Fupstream%2Fperl.git canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker p4raw-id: //depot/perl@3417 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 40a8256..f3af6e7 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -1853,7 +1853,7 @@ usually solves this kind of problem. push @defpath, $component if defined $component; } $self->{PERL} ||= - $self->find_perl(5.0, [ $^X, 'miniperl','perl','perl5',"perl$]" ], + $self->find_perl(5.0, [ $self->canonpath($^X), 'miniperl','perl','perl5',"perl$]" ], \@defpath, $Verbose ); # don't check if perl is executable, maybe they have decided to # supply switches with perl