From: Mischa POSLAWSKY Date: Sun, 16 Mar 2008 15:26:39 +0000 (+0100) Subject: add license to Makefile definitions X-Git-Tag: 3.20~20 X-Git-Url: http://git.shiar.nl/perl/plp/.git/commitdiff_plain/f6d0b3876d0b4044fbfbf666ed4a007aaf3491db add license to Makefile definitions As recommended by Kwalitee indicator metayml_has_license. Currently we specify public domain even though it's not listed in Module::Build::Api and arguably not a valid license at all. Maybe change our license later, or classify as 'unrestricted'. --- diff --git a/Makefile.PL b/Makefile.PL index e452030..cdc5027 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,5 +11,6 @@ WriteMakefile( VERSION_FROM => 'PLP.pm', PREREQ_PM => {}, ABSTRACT_FROM => 'PLP.pm', + (LICENSE => 'public domain') x ($ExtUtils::MakeMaker::VERSION > 6.30), AUTHOR => 'Mischa POSLAWSKY ', );