Home > Archive > LDAP > April 2005 > Authen-SASL 2.09 ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Authen-SASL 2.09 ?
|
|
| Peter Marschall 2005-04-25, 4:03 pm |
| 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
| |
| Graham Barr 2005-04-25, 9:00 pm |
| On 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
>
>
|
|
|
|
|