diff options
author | Paul Green <Paul.Green@stratus.com> | 2013-03-17 13:47:10 -0400 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-03-19 15:45:46 -0600 |
commit | 7d4dfb6d0d3036dc9082421530954cf313f4afb1 (patch) | |
tree | a29d741a3375a9d6c492bbe3c4583d29fed50e2c /pod/perlport.pod | |
parent | 48951f7e3553dec837b30f39e48bb62976cfbdc7 (diff) | |
download | perl-7d4dfb6d0d3036dc9082421530954cf313f4afb1.tar.gz |
Update pod/perlpord.pod to reflect recent VOS port changes
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index b6b07dff23..cdde52db3c 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1195,12 +1195,12 @@ trailing apostrophe. Although an extended file name is limited to 255 characters, a path name is still limited to 256 characters. -The value of C<$^O> on VOS is "VOS". To determine the +The value of C<$^O> on VOS is "vos". To determine the architecture that you are running on without resorting to loading all of C<%Config> you can examine the content of the @INC array like so: - if ($^O =~ /VOS/) { + if ($^O =~ /vos/) { print "I'm on a Stratus box!\n"; } else { print "I'm not on a Stratus box!\n"; @@ -1219,14 +1219,18 @@ F<README.vos> (installed as L<perlvos>) The VOS mailing list. -There is no specific mailing list for Perl on VOS. You can post -comments to the comp.sys.stratus newsgroup, or use the contact -information located in the distribution files on the Stratus -Anonymous FTP site. +There is no specific mailing list for Perl on VOS. You can contact +the Stratus Technologies Customer Assistance Center (CAC) for your +region, or you can use the contact information located in the +distribution files on the Stratus Anonymous FTP site. =item * -VOS Perl on the web at L<http://ftp.stratus.com/pub/vos/posix/posix.html> +Stratus Technologies on the web at L<http://www.stratus.com> + +=item * + +VOS Open-Source Software on the web at L<http://ftp.stratus.com/pub/vos/vos.html> =back @@ -1908,7 +1912,7 @@ Not implemented. (S<Plan 9>) =item shmwrite -Not implemented. (Win32, VMS, S<RISC OS>, VOS) +Not implemented. (Win32, VMS, S<RISC OS>) =item sleep @@ -1925,8 +1929,6 @@ be implemented even in Unix platforms. Not implemented. (S<RISC OS>) -Available on OpenVOS Release 17.0 or later. (VOS) - Available on 64 bit OpenVMS 8.2 and later. (VMS) =item stat @@ -2123,6 +2125,8 @@ at L<http://www.cpan.org/src> =item MirOS BSD +=item Stratus OpenVOS (17.0 or later) + Caveats: =over @@ -2213,7 +2217,7 @@ available at L<http://www.cpan.org/src/> UNICOS UNICOS/mk UTS - VOS + VOS / OpenVOS Win95/98/ME/2K/XP 2) WinCE z/OS (formerly OS/390) |