custom META.yml
[perl/plp/.git] / Makefile.PL
index e452030117c0c8fbcb40fd9f4c8a7a4c47cbb981..a9dd6134d62518093b68faf78a9c2e3417b85b90 100644 (file)
@@ -11,5 +11,7 @@ WriteMakefile(
        VERSION_FROM  => 'PLP.pm',
        PREREQ_PM     => {},
        ABSTRACT_FROM => 'PLP.pm',
+       NO_META       => 1,
+       (LICENSE      => 'mit') x ($ExtUtils::MakeMaker::VERSION > 6.30),
        AUTHOR        => 'Mischa POSLAWSKY <perl@shiar.org>',
 );