From: Graham B. <gb...@us...> - 2003-10-17 21:12:17
|
Update of /cvsroot/perl-ldap/sasl/lib/Authen In directory sc8-pr-cvs1:/tmp/cvs-serv4011/lib/Authen Modified Files: SASL.pm Log Message: Release 2.05 Index: SASL.pm =================================================================== RCS file: /cvsroot/perl-ldap/sasl/lib/Authen/SASL.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- SASL.pm 19 May 2003 21:41:08 -0000 1.6 +++ SASL.pm 17 Oct 2003 21:12:02 -0000 1.7 @@ -8,7 +8,7 @@ use vars qw($VERSION @Plugins); use Carp; -$VERSION = "2.04"; +$VERSION = "2.05"; @Plugins = qw( Authen::SASL::Cyrus |