X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/f6d0b3876d0b4044fbfbf666ed4a007aaf3491db..2f378f2720eee237f7dbe20643d6c2626c038580:/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 ', );