diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-04 16:17:24 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-04 16:17:24 +0000 |
commit | f199104684ce3695f33e22530039c0b087f1a163 (patch) | |
tree | 10505582158b670052c454dec7772f9281e51913 /pod/perldiag.pod | |
parent | 786b702fd554cca5ea2fbd5fa8b43a3f3d95bf11 (diff) | |
download | perl-f199104684ce3695f33e22530039c0b087f1a163.tar.gz |
missing perldiag entry for unpack("w",...) diagnostic (from
Andreas Koenig)
p4raw-id: //depot/perl@6304
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index a49b9afb13..800ca4d102 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<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 |