diff options
author | P. 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) |
commit | 67f7de80a0d621d8b1450337d71061996567f924 (patch) | |
tree | 33f2e912daa019807232f397541dbe579ff203b6 | |
parent | e6de8cea0795de6483303f533130bcb15f9e9fa5 (diff) | |
download | Math-Decimal-FastPP-67f7de80a0d621d8b1450337d71061996567f924.zip Math-Decimal-FastPP-67f7de80a0d621d8b1450337d71061996567f924.tar.gz Math-Decimal-FastPP-67f7de80a0d621d8b1450337d71061996567f924.tar.bz2 |
Makefile.PL: Depend on ExtUtils::MakeMaker
-rw-r--r-- | Makefile.PL | 3 |
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)/}), ); |