From 7d4dfb6d0d3036dc9082421530954cf313f4afb1 Mon Sep 17 00:00:00 2001 From: Paul Green Date: Sun, 17 Mar 2013 13:47:10 -0400 Subject: [PATCH] Update pod/perlpord.pod to reflect recent VOS port changes --- pod/perlport.pod | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/pod/perlport.pod b/pod/perlport.pod index b6b07df..cdde52d 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 (installed as L) 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 +Stratus Technologies on the web at L + +=item * + +VOS Open-Source Software on the web at L =back @@ -1908,7 +1912,7 @@ Not implemented. (S) =item shmwrite -Not implemented. (Win32, VMS, S, VOS) +Not implemented. (Win32, VMS, S) =item sleep @@ -1925,8 +1929,6 @@ be implemented even in Unix platforms. Not implemented. (S) -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 =item MirOS BSD +=item Stratus OpenVOS (17.0 or later) + Caveats: =over @@ -2213,7 +2217,7 @@ available at L UNICOS UNICOS/mk UTS - VOS + VOS / OpenVOS Win95/98/ME/2K/XP 2) WinCE z/OS (formerly OS/390) -- 2.7.4