AAAA::Crypt::DH - making Crypt::DH installable


AAAA-Crypt-DH documentation  | view source Contained in the AAAA-Crypt-DH distribution.

Index


NAME

Top

AAAA::Crypt::DH - making Crypt::DH installable

SYNOPSIS

Top

  # in Makefile.PL

  requires 'AAAA::Crypt::DH';

DESCRIPTION

Top

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.

AUTHOR

Top

Chris BinGOs Williams

LICENSE

Top

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.

SEE ALSO

Top

Crypt::DH::GMP

Math::BigInt::GMP

Math::BigInt::Pari

http://rt.cpan.org/Public/Dist/Display.html?Name=Crypt-DH

http://cpanratings.perl.org/dist/Crypt-DH


AAAA-Crypt-DH documentation  | view source Contained in the AAAA-Crypt-DH distribution.