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