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.61 by root, Thu Feb 6 12:33:34 2020 UTC vs.
Revision 1.62 by root, Thu Feb 6 23:15:44 2020 UTC

68 # finally, let's encode it again and hope it results in the same bit pattern 68 # finally, let's encode it again and hope it results in the same bit pattern
69 69
70 my $buf = ber_encode $ber, $Convert::BER::XS::SNMP_PROFILE; 70 my $buf = ber_encode $ber, $Convert::BER::XS::SNMP_PROFILE;
71 71
72=head1 DESCRIPTION 72=head1 DESCRIPTION
73
74WARNING: Before release 1.0, the API is not considered stable in any way.
75 73
76This module implements a I<very> low level BER/DER en-/decoder. 74This module implements a I<very> low level BER/DER en-/decoder.
77 75
78It is tuned for low memory and high speed, while still maintaining some 76It is tuned for low memory and high speed, while still maintaining some
79level of user-friendlyness. 77level of user-friendlyness.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines