Update of /cvsroot/perl-ldap/sasl/lib/Authen
In directory sc8-pr-cvs1:/tmp/cvs-serv328/lib/Authen
Modified Files:
SASL.pm
Log Message:
Release 2.06
Index: SASL.pm
===================================================================
RCS file: /cvsroot/perl-ldap/sasl/lib/Authen/SASL.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- SASL.pm 17 Oct 2003 21:12:02 -0000 1.7
+++ SASL.pm 1 Nov 2003 18:48:32 -0000 1.8
@@ -8,7 +8,7 @@
use vars qw($VERSION @Plugins);
use Carp;
-$VERSION = "2.05";
+$VERSION = "2.06";
@Plugins = qw(
Authen::SASL::Cyrus
|