X-Git-Url: http://git.shiar.nl/perl/plp/.git/blobdiff_plain/f6d0b3876d0b4044fbfbf666ed4a007aaf3491db..aaf82199178b7ad9117942bafcb45fadc24e1dab:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index cdc5027..a9dd613 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,6 +11,7 @@ WriteMakefile( VERSION_FROM => 'PLP.pm', PREREQ_PM => {}, ABSTRACT_FROM => 'PLP.pm', - (LICENSE => 'public domain') x ($ExtUtils::MakeMaker::VERSION > 6.30), + NO_META => 1, + (LICENSE => 'mit') x ($ExtUtils::MakeMaker::VERSION > 6.30), AUTHOR => 'Mischa POSLAWSKY ', );