diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-05 21:05:53 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-05 21:05:53 (EST) |
commit | c1daddf1f12b2603d8e17ba2ba566b7515b765e6 (patch) | |
tree | 68d2a97cf1bbf2188e9ca501f56b891000acaa44 | |
parent | 4d1617604ab39d34fedf8c7642421d824a2e72e6 (diff) | |
download | Math-Decimal-FastPP-c1daddf1f12b2603d8e17ba2ba566b7515b765e6.zip Math-Decimal-FastPP-c1daddf1f12b2603d8e17ba2ba566b7515b765e6.tar.gz Math-Decimal-FastPP-c1daddf1f12b2603d8e17ba2ba566b7515b765e6.tar.bz2 |
Makefile.PL: Update NAME
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 1f4ab89..42e6d3b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,7 +65,7 @@ sub find_prereqs } %mm_args = ( - "NAME" => "Math::FastPPDecimal", + "NAME" => "Math::Decimal::FastPP", "VERSION" => "0.001", "AUTHOR" => "Patrick McDermott <patrick.mcdermott\@libiquity.com>", "LICENSE" => "gpl_3", |