diff options
-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)/}), ); |