diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-15 17:49:39 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-15 17:49:39 +0100 |
commit | b5d97229864b0a59234e0306ad0c791e5c9da485 (patch) | |
tree | b776b81d9e37714a1f73fb803ff0ff2452351ad8 /pod/perldiag.pod | |
parent | c06ca716ce458b20140871c57c11565c66c5f710 (diff) | |
download | perl-b5d97229864b0a59234e0306ad0c791e5c9da485.tar.gz |
Add warning "Cannot find encoding"
Diffstat (limited to 'pod/perldiag.pod')
-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 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 |