v3.25 release
[perl/plp/.git] / Makefile.PL
index a9dd6134d62518093b68faf78a9c2e3417b85b90..dc01c663e5474dbaf365c33d9a8386126c73a75f 100644 (file)
@@ -8,9 +8,9 @@ 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>',