From: Craig A. Berry Date: Fri, 6 Jul 2007 20:39:46 +0000 (+0000) Subject: Fix the case of $Config{perl_patchlevel} on VMS. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14c175ffe098a746ed83cb5e4273f9ac28ceabd6;p=p5sagit%2Fp5-mst-13.2.git Fix the case of $Config{perl_patchlevel} on VMS. p4raw-id: //depot/perl@31544 --- diff --git a/configure.com b/configure.com index 02aa6c1..96966d9 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 + "'"