[libmath-prime-util-perl] 33/40: Add cpanfile

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


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

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

commit 74fec80d55bcbd262115fee6fd5164da52caebb2
Author: Dana Jacobsen <dana at acm.org>
Date:   Thu Aug 1 11:52:10 2013 -0700

    Add cpanfile
---
 MANIFEST    |  1 +
 Makefile.PL |  2 +-
 cpanfile    | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/MANIFEST b/MANIFEST
index b86ab69..3b39ca2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,5 @@
 Changes
+cpanfile
 lib/Math/Prime/Util.pm
 lib/Math/Prime/Util/MemFree.pm
 lib/Math/Prime/Util/PrimeArray.pm
diff --git a/Makefile.PL b/Makefile.PL
index c4251a6..8adbead 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -40,7 +40,7 @@ WriteMakefile1(
                   repository => 'https://github.com/danaj/Math-Prime-Util',
                },
                recommends => {
-                 'Math::Prime::Util::GMP' => 0.06,
+                 'Math::Prime::Util::GMP' => 0.13,
                  'Math::BigInt::GMP'      => 0,
                  'Math::MPFR'             => 2.03,
                },
diff --git a/cpanfile b/cpanfile
new file mode 100644
index 0000000..3d6e3de
--- /dev/null
+++ b/cpanfile
@@ -0,0 +1,24 @@
+requires 'ExtUtils::MakeMaker';
+
+
+requires 'Exporter', '5.562';
+requires 'XSLoader', '0.01';
+requires 'Carp';
+requires 'Tie::Array';
+requires 'base';
+requires 'Config';
+requires 'Math::BigInt', '1.88';
+requires 'Math::BigFloat', '1.59';
+
+requires 'Bytes::Random::Secure', '0.23';
+
+recommends 'Math::Prime::Util::GMP', '0.13';
+recommends 'Math::BigInt::GMP';
+recommends 'Math::MPFR', '2.03';
+
+
+on test => sub {
+  requires 'Test::More', '0.45';
+  requires 'Test::Warn';
+  requires 'bignum', '0.22';
+};

-- 
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