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