summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm4
1 files changed, 2 insertions, 2 deletions
diff --git a/configpm b/configpm
index 87feab57fb..0f353093dd 100755
--- a/configpm
+++ b/configpm
@@ -215,11 +215,11 @@ sub import {
return;
}
-die "Perl lib version (%s) doesn't match executable version ($])"
+die "Perl lib version (%s) doesn't match executable '$0' version ($])"
unless $^V;
$^V eq %s
- or die "Perl lib version (%s) doesn't match executable version (" .
+ or die "Perl lib version (%s) doesn't match executable '$0' version (" .
sprintf("v%%vd",$^V) . ")";
ENDOFBEG