Update of /cvsroot/perl-ldap/asn/lib/Convert
In directory usw-pr-cvs1:/tmp/cvs-serv9395/lib/Convert
Modified Files:
ASN1.pm
Log Message:
Release 0.16
Index: ASN1.pm
===================================================================
RCS file: /cvsroot/perl-ldap/asn/lib/Convert/ASN1.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- ASN1.pm 25 Mar 2002 07:46:08 -0000 1.22
+++ ASN1.pm 20 Aug 2002 00:00:57 -0000 1.23
@@ -13,7 +13,7 @@
BEGIN {
@ISA = qw(Exporter);
- $VERSION = '0.15_02';
+ $VERSION = '0.16';
%EXPORT_TAGS = (
io => [qw(asn_recv asn_send asn_read asn_write asn_get asn_ready)],
|