Update of /cvsroot/perl-ldap/asn/lib/Convert
In directory sc8-pr-cvs1:/tmp/cvs-serv3707/lib/Convert
Modified Files:
ASN1.pm
Log Message:
Release 0.18
Index: ASN1.pm
===================================================================
RCS file: /cvsroot/perl-ldap/asn/lib/Convert/ASN1.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- ASN1.pm 8 Oct 2003 12:28:09 -0000 1.28
+++ ASN1.pm 8 Oct 2003 14:29:17 -0000 1.29
@@ -21,7 +21,7 @@
}
@ISA = qw(Exporter);
- $VERSION = '0.18';
+ $VERSION = "0.18";
%EXPORT_TAGS = (
io => [qw(asn_recv asn_send asn_read asn_write asn_get asn_ready)],
|