From: Jarkko Hietaniemi Date: Thu, 6 Jun 2002 15:07:32 +0000 (+0000) Subject: Rafael noticed a bug in the explanation of #17035. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ad17c7ec76aab476e41efffd29efe2c066ce1d6;p=p5sagit%2Fp5-mst-13.2.git Rafael noticed a bug in the explanation of #17035. p4raw-id: //depot/perl@17036 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index c5d3af7..a416b5a 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -820,7 +820,7 @@ method, nor does any of its base classes. See L. =item Can't locate PerlIO%s (F) You tried to use in open() a PerlIO layer that does not exist, -e.g. open(FH, ">:typo"). +e.g. open(FH, ">:nosuchlayer", "somefile"). =item (perhaps you forgot to load "%s"?)