From: Rafael Garcia-Suarez Date: Thu, 6 Jun 2002 19:33:23 +0000 (+0000) Subject: The perlio warnings are not mandatory. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d7133549e15d907b18e0c1873e57e635dc9d6424;hp=6ef9d48665a816be77a26498db28cde5dcd9dc90;p=p5sagit%2Fp5-mst-13.2.git The perlio warnings are not mandatory. p4raw-id: //depot/perl@17046 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index a416b5a..12fc7ac 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2806,23 +2806,23 @@ L section B. =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, are not supported in all environments. If your program didn't