[libmath-prime-util-perl] 22/50: Recommend Math::BigInt::GMP -- it can speed things up a LOT with big numbers

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:45:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.13
in repository libmath-prime-util-perl.

commit af5ceccab05b294223c689c0a0eeda7f556795ff
Author: Dana Jacobsen <dana at acm.org>
Date:   Fri Oct 19 23:41:45 2012 -0600

    Recommend Math::BigInt::GMP -- it can speed things up a LOT with big numbers
---
 Makefile.PL | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.PL b/Makefile.PL
index d444392..a8a29c2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -32,6 +32,7 @@ WriteMakefile1(
                     },
     META_MERGE   => {
                       recommends => { 'Math::Prime::Util::GMP' => 0.04, },
+                      recommends => { 'Math::BigInt::GMP' => 0, },
                     },
 
     MIN_PERL_VERSION => 5.006002,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



More information about the Pkg-perl-cvs-commits mailing list