From: Gurusamy Sarathy Date: Tue, 4 Jul 2000 16:17:24 +0000 (+0000) Subject: missing perldiag entry for unpack("w",...) diagnostic (from X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f199104684ce3695f33e22530039c0b087f1a163;p=p5sagit%2Fp5-mst-13.2.git missing perldiag entry for unpack("w",...) diagnostic (from Andreas Koenig) p4raw-id: //depot/perl@6304 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index a49b9af..800ca4d 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3420,6 +3420,12 @@ an attribute list, but the matching closing (right) parenthesis character was not found. You may need to add (or remove) a backslash character to get your parentheses to balance. See L. +=item Unterminated compressed integer + +(F) An argument to unpack("w",...) was incompatible with the BER +compressed integer format and could not be converted to an integer. +See L. + =item Unterminated <> operator (F) The lexer saw a left angle bracket in a place where it was expecting