Fix the case of $Config{perl_patchlevel} on VMS.
Craig A. Berry [Fri, 6 Jul 2007 20:39:46 +0000 (20:39 +0000)]
p4raw-id: //depot/perl@31544

configure.com

index 02aa6c1..96966d9 100644 (file)
@@ -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 + "'"