From: Graham B. <gb...@us...> - 2003-10-17 21:39:55
|
Update of /cvsroot/perl-ldap/ldap/lib/Net In directory sc8-pr-cvs1:/tmp/cvs-serv13959/lib/Net Modified Files: LDAP.pm Log Message: Release 0.30 Index: LDAP.pm =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP.pm,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- LDAP.pm 24 Jun 2003 10:18:35 -0000 1.56 +++ LDAP.pm 17 Oct 2003 21:39:51 -0000 1.57 @@ -27,7 +27,7 @@ LDAP_UNAVAILABLE ); -$VERSION = "0.29"; +$VERSION = "0.30"; @ISA = qw(Tie::StdHash Net::LDAP::Extra); $LDAP_VERSION = 3; # default LDAP protocol version |