diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-05 00:57:21 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-05 00:57:21 (EST) |
commit | 2a411a3a12331c0d7dcc030999a41aba2ee10272 (patch) | |
tree | 74cfe7ce2bb1e9b077a9375ef850782c1c8453e9 | |
parent | ac9a7025ea068b4b05b1aa9c56cc86a287b5bd4a (diff) | |
download | Math-Decimal-FastPP-2a411a3a12331c0d7dcc030999a41aba2ee10272.zip Math-Decimal-FastPP-2a411a3a12331c0d7dcc030999a41aba2ee10272.tar.gz Math-Decimal-FastPP-2a411a3a12331c0d7dcc030999a41aba2ee10272.tar.bz2 |
Makefile.PL: Set LICENSE
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index ff809c7..1f4ab89 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -68,6 +68,7 @@ sub find_prereqs "NAME" => "Math::FastPPDecimal", "VERSION" => "0.001", "AUTHOR" => "Patrick McDermott <patrick.mcdermott\@libiquity.com>", + "LICENSE" => "gpl_3", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0, }, |