The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Authen/DigestMD5
================

Package supporting SASL DIGEST-MD5 authentication mechanism.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Test::More

COPYRIGHT AND LICENCE

Copyright 2003 by Salvador FandiƱo.

Portions of this module have been copied from the Authen::SASL
package by Graham Barr.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.