| AAAA-Crypt-DH documentation | Contained in the AAAA-Crypt-DH distribution. |
AAAA::Crypt::DH - making Crypt::DH installable
# in Makefile.PL requires 'AAAA::Crypt::DH';
AAAA::Crypt::DH is a Task distribution that makes sure that either Math::BigInt::GMP or Math::BigInt::Pari are installed so that Crypt::DH works at a speed approaching reasonable.
If you have a dependency on Crypt::DH add AAAA::Crypt::DH as an additional dependency and one of the above Math libs will be installed before Crypt::DH.
Why the 'AAAA'? Well, CPAN and CPANPLUS install prereqs sorted
alphabetically, the 'AAAA' ensures that this prereq is installed before
Crypt::DH. Simples.
Chris BinGOs Williams
Copyright © Chris Williams
This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.
| AAAA-Crypt-DH documentation | Contained in the AAAA-Crypt-DH distribution. |
package AAAA::Crypt::DH; use strict; use warnings; use vars qw($VERSION); $VERSION = '0.04'; qq[Making Crypt::DH installable]; __END__