summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-04 21:10:15 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-04 21:10:15 (EST)
commit67f7de80a0d621d8b1450337d71061996567f924 (patch)
tree33f2e912daa019807232f397541dbe579ff203b6 /Makefile.PL
parente6de8cea0795de6483303f533130bcb15f9e9fa5 (diff)
downloadMath-Decimal-FastPP-67f7de80a0d621d8b1450337d71061996567f924.zip
Math-Decimal-FastPP-67f7de80a0d621d8b1450337d71061996567f924.tar.gz
Math-Decimal-FastPP-67f7de80a0d621d8b1450337d71061996567f924.tar.bz2
Makefile.PL: Depend on ExtUtils::MakeMaker
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 325a283..ff809c7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -68,6 +68,9 @@ sub find_prereqs
"NAME" => "Math::FastPPDecimal",
"VERSION" => "0.001",
"AUTHOR" => "Patrick McDermott <patrick.mcdermott\@libiquity.com>",
+ "CONFIGURE_REQUIRES" => {
+ "ExtUtils::MakeMaker" => 0,
+ },
"PREREQ_PM" => find_prereqs(qr{^(bin|lib)/}),
);