summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-01-15 17:49:39 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-01-15 17:49:39 +0100
commitb5d97229864b0a59234e0306ad0c791e5c9da485 (patch)
treeb776b81d9e37714a1f73fb803ff0ff2452351ad8 /pod/perldiag.pod
parentc06ca716ce458b20140871c57c11565c66c5f710 (diff)
downloadperl-b5d97229864b0a59234e0306ad0c791e5c9da485.tar.gz
Add warning "Cannot find encoding"
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 9403e551ee..3963e7e3d4 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -526,6 +526,11 @@ from that type of reference to a typeglob.
(P) Perl detected an attempt to copy a value to an internal type that cannot
be directly assigned not.
+=item Cannot find encoding "%s"
+
+(S io) You tried to apply an encoding that did not exist to a filehandle,
+either with open() or binmode().
+
=item Can only compress unsigned integers in pack
(F) An argument to pack("w",...) was not an integer. The BER compressed