Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP
In directory usw-pr-cvs1:/tmp/cvs-serv20958/ldap/lib/Net/LDAP
Modified Files:
DSML.pm
Log Message:
Updated the VERSION variable, brings in more inline with the
CVS 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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DSML.pm 2001/12/25 01:05:32 1.8
+++ DSML.pm 2001/12/25 01:09:47 1.9
@@ -30,7 +30,7 @@
use Net::LDAP::Entry;
use vars qw($VERSION);
-$VERSION = "0.06";
+$VERSION = "0.9";
sub new {
my $pkg = shift;
|