Code Comments
Programming Forum and web based access to our favorite programming groups.Hi Graham,
please cut a new release of Authen::SASL also.
Changes since 2.08:
* authname support in Authen::SASL::Perl::DIGEST_MD5
* flexible plugin selection in Authen::SASL using import()
i.e. use Authen::SASL qw(Authen::SASL::Cyrus);
* new documentation for
- Authen::SASL::Perl::ANONYMOUS
- Authen::SASL::Perl::CRAM_MD5
- Authen::SASL::Perl::EXTERNAL
- Authen::SASL::Perl::LOGIN
- Authen::SASL::Perl::PLAIN
- Authen::SASL::Perl
* updates in the tests
Playing around with the SVN trunk (revision 62)
I found out a little ToDo:
Authen::SASL 2.08 usesModule::Install 0.33
for the installation which chokes on the
line
include_deps ('Test::More');
in Makefile.PL (added after 2.08).
M::I 0.34 does the same, while the current
M::I 0.36 seems to work.
CU
Peter
--
Peter Marschall
eMail: peter@adpm.de
Post Follow-up to this messageOn Mon, April 25, 2005 12:06 pm, Peter Marschall said:
> Hi Graham,
>
> please cut a new release of Authen::SASL also.
Yes I will. I was trying to do that last night with a release of Net::LDAP
but my connection was going up and down like a yo-yo.
I will try again tonight, something must have changed in the firewall at
work because it is not letting me do some things.
Thanks for the input below.
Graham.
>
> Changes since 2.08:
> * authname support in Authen::SASL::Perl::DIGEST_MD5
> * flexible plugin selection in Authen::SASL using import()
> i.e. use Authen::SASL qw(Authen::SASL::Cyrus);
> * new documentation for
> - Authen::SASL::Perl::ANONYMOUS
> - Authen::SASL::Perl::CRAM_MD5
> - Authen::SASL::Perl::EXTERNAL
> - Authen::SASL::Perl::LOGIN
> - Authen::SASL::Perl::PLAIN
> - Authen::SASL::Perl
> * updates in the tests
>
> Playing around with the SVN trunk (revision 62)
> I found out a little ToDo:
> Authen::SASL 2.08 usesModule::Install 0.33
> for the installation which chokes on the
> line
> include_deps ('Test::More');
> in Makefile.PL (added after 2.08).
> M::I 0.34 does the same, while the current
> M::I 0.36 seems to work.
>
> CU
> Peter
>
> --
> Peter Marschall
> eMail: peter@adpm.de
>
>
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.