v3.25 release
[perl/plp/.git] / Makefile.PL
index e452030117c0c8fbcb40fd9f4c8a7a4c47cbb981..dc01c663e5474dbaf365c33d9a8386126c73a75f 100644 (file)
@@ -8,8 +8,10 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
        NAME          => 'PLP',
-       VERSION_FROM  => 'PLP.pm',
+       VERSION_FROM  => 'lib/PLP.pm',
        PREREQ_PM     => {},
-       ABSTRACT_FROM => 'PLP.pm',
+       ABSTRACT_FROM => 'lib/PLP.pm',
+       NO_META       => 1,
+       (LICENSE      => 'mit') x ($ExtUtils::MakeMaker::VERSION > 6.30),
        AUTHOR        => 'Mischa POSLAWSKY <perl@shiar.org>',
 );