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 | fc0678bc64137d0f8a345a09c2066c4fb473c68a (patch) | |
tree | 4d1e8b5efad07e9458644841485b645339a658a5 /win32/config_h.PL | |
parent | 8303a97a00d80db1269ccb8482e319e8cc40086b (diff) | |
download | perl-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.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"]; |