ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-BER-XS/XS.pm
(Generate patch)

Comparing Convert-BER-XS/XS.pm (file contents):
Revision 1.15 by root, Sat Apr 20 02:07:29 2019 UTC vs.
Revision 1.16 by root, Sat Apr 20 02:07:45 2019 UTC

471=item C<BER_TYPE_CROAK> 471=item C<BER_TYPE_CROAK>
472 472
473Always croaks when encountered during encoding or decoding - the 473Always croaks when encountered during encoding or decoding - the
474default behaviour when encountering an unknown type is to treat it as 474default behaviour when encountering an unknown type is to treat it as
475C<BER_TYPE_BYTES>. When you don't want that but instead prefer a hard 475C<BER_TYPE_BYTES>. When you don't want that but instead prefer a hard
476error for some types, then CyBER_TYPE_CROAK> is for you. 476error for some types, then C<BER_TYPE_CROAK> is for you.
477 477
478=back 478=back
479 479
480=cut 480=cut
481 481
496=head2 LIMITATIONS 496=head2 LIMITATIONS
497 497
498This module can only en-/decode 64 bit signed and unsigned integers, and 498This module can only en-/decode 64 bit signed and unsigned integers, and
499only when your perl supports those. 499only when your perl supports those.
500 500
501OBJECT IDENTIFIEERS cannot have unlimited length, although the limit is 501OBJECT IDENTIFIEERs cannot have unlimited length, although the limit is
502much larger than e.g. the one imposed by SNMP or other protocols. 502much larger than e.g. the one imposed by SNMP or other protocols.
503 503
504REAL values are not supported and will croak. 504REAL values are not supported and will croak.
505 505
506This module has undergone little to no testing so far. 506This module has undergone little to no testing so far.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines