diff options
author | Craig A. Berry <craigberry@mac.com> | 2007-07-06 20:39:46 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2007-07-06 20:39:46 +0000 |
commit | 14c175ffe098a746ed83cb5e4273f9ac28ceabd6 (patch) | |
tree | e3df17e6492aebad43420484a302da532029dafe /configure.com | |
parent | 8513229bd1bb7f21ecfb29829a1b3eb7e9e419f1 (diff) | |
download | perl-14c175ffe098a746ed83cb5e4273f9ac28ceabd6.tar.gz |
Fix the case of $Config{perl_patchlevel} on VMS.
p4raw-id: //depot/perl@31544
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com index 02aa6c1fb7..96966d99cd 100644 --- a/configure.com +++ b/configure.com @@ -5702,7 +5702,7 @@ $ WC "PERL_SUBVERSION='" + subversion + "'" $ WC "PERL_API_REVISION='" + api_revision + "'" $ WC "PERL_API_VERSION='" + api_version + "'" $ WC "PERL_API_SUBVERSION='" + api_subversion + "'" -$ WC "PERL_PATCHLEVEL='" + perl_patchlevel + "'" +$ WC "perl_patchlevel='" + perl_patchlevel + "'" $ WC "PERL_CONFIG_SH='true'" $ WC "_a='" + lib_ext + "'" $ WC "_exe='" + exe_ext + "'" |