X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=installperl;h=006a5506edc646c617a312d1b2cb8c779aba19f5;hb=7e3cfbc1cd50bd5f1a5169e03634c44e2dbcb2a1;hp=979000c633875e4a1ed38b5226a63cba12e751f7;hpb=472a4973258a334c0ca9dab6c0aa2926a6dc3433;p=p5sagit%2Fp5-mst-13.2.git diff --git a/installperl b/installperl index 979000c..006a550 100755 --- a/installperl +++ b/installperl @@ -87,8 +87,8 @@ my $ver = $]; my $release = substr($ver,0,3); # Not used presently. my $patchlevel = substr($ver,3,2); die "Patchlevel of perl ($patchlevel)", - "and patchlevel of config.sh ($Config{'PATCHLEVEL'}) don't match\n" - if $patchlevel != $Config{'PATCHLEVEL'}; + "and patchlevel of config.sh ($Config{'PERL_VERSION'}) don't match\n" + if $patchlevel != $Config{'PERL_VERSION'}; # Fetch some frequently-used items from %Config my $installbin = $Config{installbin};