From d59900f6973d69f06df96ac4dfdb57f2d0c875c4 Mon Sep 17 00:00:00 2001 From: Jess Robinson Date: Wed, 2 Jan 2013 14:55:59 +0000 Subject: Stop using Config{run} to check the version of (mini)perl we are running --- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm') diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm index 72d04fbb62..560f789ca6 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm @@ -1039,8 +1039,6 @@ WARNING print "Executing $abs\n" if ($trace >= 2); my $version_check = qq{$abs -le "require $ver; print qq{VER_OK}"}; - $version_check = "$Config{run} $version_check" - if defined $Config{run} and length $Config{run}; # To avoid using the unportable 2>&1 to suppress STDERR, # we close it before running the command. -- cgit v1.2.1