projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d28b25d
)
Rafael noticed a bug in the explanation of #17035.
Jarkko Hietaniemi [Thu, 6 Jun 2002 15:07:32 +0000 (15:07 +0000)]
p4raw-id: //depot/perl@17036
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
c5d3af7
..
a416b5a
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-820,7
+820,7
@@
method, nor does any of its base classes. See L<perlobj>.
=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"?)