summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2003-07-13 03:28:55 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-24 08:07:57 +0000
commitbea0e858e01472b5fb4a6813ea586745be86ab09 (patch)
treed18e7cbcbb3abf4e547dde97a45d80f84392300c /configpm
parent1e5e73a422319e7e67ffc26dabf6e1b73bf4295b (diff)
downloadperl-bea0e858e01472b5fb4a6813ea586745be86ab09.tar.gz
configpm breakage on VMS
From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3F115E97.4070207@mac.com> p4raw-id: //depot/maint-5.8/perl@20188
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm1
1 files changed, 1 insertions, 0 deletions
diff --git a/configpm b/configpm
index 2e7c53625c..c1c3634726 100755
--- a/configpm
+++ b/configpm
@@ -63,6 +63,7 @@ open(CONFIG_SH, 'config.sh') || die "Can't open config.sh: $!";
while(<CONFIG_SH>) { if (/^version='(.+)'$/) { $myver = $1; last } }
close(CONFIG_SH);
die "Can't find version in config.sh\n" unless defined $myver;;
+$myver =~ s/_/./g if $^O eq 'VMS';
printf CONFIG <<'ENDOFBEG', ($myver) x 3;
# This file was created by configpm when Perl was built. Any changes