summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-16 04:06:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-16 04:06:36 +0000
commitc0e9ace571e56ce6ee881d058aa99ffc27e38e62 (patch)
treeeb72b629c0c19bcde01d5d6a0e08f41506033187 /vms
parenta13ea748a87ffd2f0f8caa997bddc292033a30e1 (diff)
downloadperl-c0e9ace571e56ce6ee881d058aa99ffc27e38e62.tar.gz
VMS patches from Dan Sugalski and Charles Bailey
p4raw-id: //depot/cfgperl@5762
Diffstat (limited to 'vms')
-rw-r--r--vms/subconfigure.com6
1 files changed, 4 insertions, 2 deletions
diff --git a/vms/subconfigure.com b/vms/subconfigure.com
index 2ae3242864..8650b0f128 100644
--- a/vms/subconfigure.com
+++ b/vms/subconfigure.com
@@ -4005,8 +4005,10 @@ $ WC "voidflags='" + perl_voidflags + "'"
$ WC "d_eunice='" + perl_d_eunice + "'"
$ WC "libs='" + perl_libs + "'"
$ WC "libc='" + perl_libc + "'"
-$ WC "xs_apiversion='" + localperlver + "'"
-$ WC "pm_apiversion='" + localperlver + "'"
+$ WC "xs_apiversion='" + version + "'"
+$ WC "pm_apiversion='" + version + "'"
+$ WC "PERL_VERSION='" + patchlevel + "'"
+$ WC "PERL_SUBVERSION='" + subversion + "'"
$ WC "pager='" + perl_pager + "'"
$ WC "uidtype='" + perl_uidtype + "'"
$ WC "uidformat='" + perl_uidformat + "'"