X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/dd101d755db106008f0a83c18ff0bfc7eb6bbdde..96f2dc66fad1b386f43884f515103adf2c3eaf29:/configpm diff --git a/configpm b/configpm index 19d0d71..c64af8a 100755 --- a/configpm +++ b/configpm @@ -38,6 +38,9 @@ sub import { } ENDOFBEG_NOQ +die "Perl lib version ($myver) doesn't match executable version (\$])" + unless \$^V; + \$^V eq $myver or die "Perl lib version ($myver) doesn't match executable version (" . (sprintf "v%vd",\$^V) . ")";