Change 33485 by [EMAIL PROTECTED] on 2008/03/11 22:28:09
Add characters that VOS forbids in filenames, mentioned by Paul Green
in private correspondence.
Affected files ...
... //depot/perl/pod/perlport.pod#163 edit
Differences ...
==== //depot/perl/pod/perlport.pod#163 (text) ====
Index: perl/pod/perlport.pod
--- perl/pod/perlport.pod#162~33066~ 2008-01-24 18:34:15.000000000 -0800
+++ perl/pod/perlport.pod 2008-03-11 15:28:09.000000000 -0700
@@ -1259,7 +1259,8 @@
delimiting character, VOS files, directories, or links whose names
contain a slash character cannot be processed. Such files must be
renamed before they can be processed by Perl. Note that VOS limits
-file names to 32 or fewer characters.
+file names to 32 or fewer characters, file names cannot start with a
+C<-> character, or contain any character matching C<< tr/ !%&'()*+;<>?// >>
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
End of Patch.