From: Perl 5 Porters <perl5-porters@africa.nicoh.com> Date: Wed, 10 Jul 1996 21:09:33 +0000 (+0000) Subject: Fix type osver --> osvers X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a5da427e176debc745444a56eb8c0b9cf80d271;p=p5sagit%2Fp5-mst-13.2.git Fix type osver --> osvers --- diff --git a/vms/myconfig.com b/vms/myconfig.com index 7fb728e..6af0943 100644 --- a/vms/myconfig.com +++ b/vms/myconfig.com @@ -299,7 +299,7 @@ $! $spitshell = ECHO !<<!GROK!THIS! $ ECHO " " $ ECHO "Summary of my ''$package' (patchlevel ''$PATCHLEVEL' subversion ''$SUBVERSION') configuration:" $ ECHO " Platform:" -$ ECHO " osname=''$osname', osver=''$osvers', archname=''$archname'" +$ ECHO " osname=''$osname', osvers=''$osvers', archname=''$archname'" $ ECHO " uname=''$myuname'" !->d_has_uname? $ ECHO " hint=''$hint' d_sigaction='undef'" !->hintfile? $ ECHO " static exts=''$staticexts'" ! added for VMS