From: Graham B. <gb...@us...> - 2002-03-31 14:39:36
|
Update of /cvsroot/perl-ldap/sasl/lib/Authen In directory usw-pr-cvs1:/tmp/cvs-serv11794/lib/Authen Modified Files: SASL.pm Log Message: Release 2.01 Index: SASL.pm =================================================================== RCS file: /cvsroot/perl-ldap/sasl/lib/Authen/SASL.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- SASL.pm 28 Jan 2002 19:52:25 -0000 1.2 +++ SASL.pm 31 Mar 2002 14:39:32 -0000 1.3 @@ -8,7 +8,7 @@ use vars qw($VERSION @Plugins); use Carp; -$VERSION = "2.00"; +$VERSION = "2.01"; @Plugins = qw( Authen::SASL::Cyrus |