From: Rafael Garcia-Suarez Date: Fri, 15 Jan 2010 16:49:39 +0000 (+0100) Subject: Add warning "Cannot find encoding" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b5d97229864b0a59234e0306ad0c791e5c9da485;p=p5sagit%2Fp5-mst-13.2.git Add warning "Cannot find encoding" --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 9403e55..3963e7e 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