diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-05 07:41:50 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-05 07:41:50 +0000 |
commit | 10609e9a342de3bae37d4ac9f8d8bc93c0a4e896 (patch) | |
tree | 4d1e8b5efad07e9458644841485b645339a658a5 /win32/config_h.PL | |
parent | 1703fc653cb30651ac3f8ba2ece6bb5cce4847f5 (diff) | |
download | perl-10609e9a342de3bae37d4ac9f8d8bc93c0a4e896.tar.gz |
sundry win32 config tweaks
p4raw-id: //depot/perl@1321
Diffstat (limited to 'win32/config_h.PL')
-rw-r--r-- | win32/config_h.PL | 1 |
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"]; |