From f6d0b3876d0b4044fbfbf666ed4a007aaf3491db Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 16 Mar 2008 16:26:39 +0100 Subject: [PATCH] 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'. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) 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 ', ); -- 2.30.0