diff options
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index f74622068c..c5d3af7abe 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -817,6 +817,11 @@ the file, say, by doing C<make install>. functioning as a class, but that package doesn't define that particular 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"). + =item (perhaps you forgot to load "%s"?) (F) This is an educated guess made in conjunction with the message |