From: Graham B. <gb...@us...> - 2003-10-08 12:28:15
|
Update of /cvsroot/perl-ldap/asn/lib/Convert In directory sc8-pr-cvs1:/tmp/cvs-serv15157/Convert Modified Files: ASN1.pm Log Message: Fix bug in encoding BIT STRINGS where chr() was causing an upgrade to UTF8 Index: ASN1.pm =================================================================== RCS file: /cvsroot/perl-ldap/asn/lib/Convert/ASN1.pm,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- ASN1.pm 12 May 2003 17:45:57 -0000 1.27 +++ ASN1.pm 8 Oct 2003 12:28:09 -0000 1.28 @@ -21,7 +21,7 @@ } @ISA = qw(Exporter); - $VERSION = '0.17'; + $VERSION = '0.18'; %EXPORT_TAGS = ( io => [qw(asn_recv asn_send asn_read asn_write asn_get asn_ready)], |