summaryrefslogtreecommitdiff
path: root/win32/config_h.PL
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-05 07:41:50 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-05 07:41:50 +0000
commitfc0678bc64137d0f8a345a09c2066c4fb473c68a (patch)
tree4d1e8b5efad07e9458644841485b645339a658a5 /win32/config_h.PL
parent8303a97a00d80db1269ccb8482e319e8cc40086b (diff)
downloadperl-fc0678bc64137d0f8a345a09c2066c4fb473c68a.tar.gz
sundry win32 config tweaks
p4raw-id: //depot/perl@1321
Diffstat (limited to 'win32/config_h.PL')
-rw-r--r--win32/config_h.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config_h.PL b/win32/config_h.PL
index 26a2430fb0..62a83dcc4a 100644
--- a/win32/config_h.PL
+++ b/win32/config_h.PL
@@ -13,6 +13,7 @@ while (@ARGV && $ARGV[0] =~ /^([\w_]+)=(.*)$/)
}
my $patchlevel = $opt{INST_VER};
$patchlevel = s|^[\\/]||;
+$patchlevel = s|~VERSION~|$]|g;
$patchlevel ||= $];
$patchlevel = qq["$patchlevel"];