Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP
In directory usw-pr-cvs1:/tmp/cvs-serv13319/ldap/lib/Net/LDAP
Modified Files:
DSML.pm
Log Message:
Corrected VERSION number. No code changes were made.
Index: DSML.pm
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/DSML.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DSML.pm 2001/12/29 22:51:14 1.10
+++ DSML.pm 2002/01/01 03:39:36 1.11
@@ -30,7 +30,7 @@
use Net::LDAP::Entry;
use vars qw($VERSION);
-$VERSION = "0.9";
+$VERSION = "0.11";
sub new {
my $pkg = shift;
|