diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-10 21:09:33 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-07-10 21:09:33 +0000 |
commit | 5a5da427e176debc745444a56eb8c0b9cf80d271 (patch) | |
tree | a6736655f6155489c6d03e8a77336b718c627303 /vms | |
parent | 7aa5c81fb93ce6741dd5751e93d46dc87d2c1c61 (diff) | |
download | perl-5a5da427e176debc745444a56eb8c0b9cf80d271.tar.gz |
Fix type osver --> osvers
Diffstat (limited to 'vms')
-rw-r--r-- | vms/myconfig.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/myconfig.com b/vms/myconfig.com index 7fb728eb62..6af094357c 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 |