From: Graham B. <gb...@us...> - 2003-05-19 22:36:13
|
Update of /cvsroot/perl-ldap/ldap/lib/Net In directory sc8-pr-cvs1:/tmp/cvs-serv13031/lib/Net Modified Files: LDAP.pm Log Message: Release 0.28 Index: LDAP.pm =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP.pm,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- LDAP.pm 19 May 2003 22:28:06 -0000 1.52 +++ LDAP.pm 19 May 2003 22:36:10 -0000 1.53 @@ -25,7 +25,7 @@ LDAP_EXTENSION_START_TLS ); -$VERSION = "0.2702"; +$VERSION = "0.28"; @ISA = qw(Net::LDAP::Extra); $LDAP_VERSION = 3; # default LDAP protocol version |