missing perldiag entry for unpack("w",...) diagnostic (from
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 4 Jul 2000 16:17:24 +0000 (16:17 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 4 Jul 2000 16:17:24 +0000 (16:17 +0000)
Andreas Koenig)

p4raw-id: //depot/perl@6304

pod/perldiag.pod

index a49b9af..800ca4d 100644 (file)
@@ -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<attributes>.
 
+=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<perlfunc/pack>.
+
 =item Unterminated <> operator
 
 (F) The lexer saw a left angle bracket in a place where it was expecting