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