summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-06-06 19:33:23 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-06-06 19:33:23 +0000
commitd7133549e15d907b18e0c1873e57e635dc9d6424 (patch)
treeaa71091c04713db0e632aa3ad3f7b0cfad0fbd90 /pod/perldiag.pod
parent6ef9d48665a816be77a26498db28cde5dcd9dc90 (diff)
downloadperl-d7133549e15d907b18e0c1873e57e635dc9d6424.tar.gz
The perlio warnings are not mandatory.
p4raw-id: //depot/perl@17046
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index a416b5a3b8..12fc7acbcc 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -2806,23 +2806,23 @@ L<perllocale> section B<LOCALE PROBLEMS>.
=item perlio: argument list not closed for layer "%s"
-(S) When pushing a layer with arguments onto the Perl I/O system you forgot
-the ) that closes the argument list. (Layers take care of transforming
+(W layer) When pushing a layer with arguments onto the Perl I/O system you
+forgot the ) that closes the argument list. (Layers take care of transforming
data between external and internal representations.) Perl stopped parsing
the layer list at this point and did not attempt to push this layer.
If your program didn't explicitly request the failing operation, it may be
the result of the value of the environment variable PERLIO.
-=item perlio: invalid separator character %s in attribute list
+=item perlio: invalid separator character %s in layer specification list %s
-(S) When pushing layers onto the Perl I/O system, something other than a
+(W layer) When pushing layers onto the Perl I/O system, something other than a
colon or whitespace was seen between the elements of a layer list.
If the previous attribute had a parenthesised parameter list, perhaps that
list was terminated too soon.
=item perlio: unknown layer "%s"
-(S) An attempt was made to push an unknown layer onto the Perl I/O
+(W layer) An attempt was made to push an unknown layer onto the Perl I/O
system. (Layers take care of transforming data between external and
internal representations.) Note that some layers, such as C<mmap>,
are not supported in all environments. If your program didn't