From: Graham B. <gb...@us...> - 2002-05-28 14:34:04
|
Update of /cvsroot/perl-ldap/sasl/lib/Authen In directory usw-pr-cvs1:/tmp/cvs-serv1796/lib/Authen Modified Files: SASL.pm Log Message: Release 2.02 Index: SASL.pm =================================================================== RCS file: /cvsroot/perl-ldap/sasl/lib/Authen/SASL.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- SASL.pm 31 Mar 2002 14:39:32 -0000 1.3 +++ SASL.pm 28 May 2002 14:22:48 -0000 1.4 @@ -8,7 +8,7 @@ use vars qw($VERSION @Plugins); use Carp; -$VERSION = "2.01"; +$VERSION = "2.02"; @Plugins = qw( Authen::SASL::Cyrus |