Update of /cvsroot/perl-ldap/ldap/lib/Net
In directory sc8-pr-cvs1:/tmp/cvs-serv9052/lib/Net
Modified Files:
LDAP.pm
Log Message:
Release 0.31
Index: LDAP.pm
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP.pm,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- LDAP.pm 31 Dec 2003 21:49:43 -0000 1.58
+++ LDAP.pm 1 Jan 2004 10:43:39 -0000 1.59
@@ -1,4 +1,4 @@
-# Copyright (c) 1997-2000 Graham Barr <gb...@po...>. All rights reserved.
+# Copyright (c) 1997-2004 Graham Barr <gb...@po...>. All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
@@ -27,7 +27,7 @@
LDAP_UNAVAILABLE
);
-$VERSION = "0.30";
+$VERSION = "0.31";
@ISA = qw(Tie::StdHash Net::LDAP::Extra);
$LDAP_VERSION = 3; # default LDAP protocol version
|