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.1 by root, Fri Apr 19 16:19:36 2019 UTC vs.
Revision 1.2 by root, Fri Apr 19 16:23:00 2019 UTC

40level of user-friendlyness. 40level of user-friendlyness.
41 41
42Currently, not much is documented, as this is an initial release to 42Currently, not much is documented, as this is an initial release to
43reserve CPAN namespace, stay tuned for a few days. 43reserve CPAN namespace, stay tuned for a few days.
44 44
45=head2 RELATIONSHIP TO L<Convert::BER> and L<Convert::ASN1>
46
47This module is I<not> the XS version of L<Convert::BER>, but a different
48take at doing the same thing. I imagine this module would be a good base
49for speeding up either fo these, or write a similar module, or write your
50own LDAP or SNMP module for example.
51
45=cut 52=cut
46 53
47package Convert::BER::XS; 54package Convert::BER::XS;
48 55
49use common::sense; 56use common::sense;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines