X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=a18580c8e1a59f3d0e06ca533d557b597d3b1a3d;hb=1c14dd4b51ad19ebd48879386f664188b6d07dfb;hp=c1224f49769651fa87187b838cff07902e8ea452;hpb=4d5d5872e8624a2e37fb68c6a280f497806313e8;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/Makefile.PL b/Makefile.PL index c1224f4..a18580c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,19 +1,25 @@ -use strict; -use inc::Module::Install; - -name 're-engine-Plugin'; - -perl_version '5.009005'; - -author 'Ævar Arnfjörð Bjarmason '; - -abstract_from 'Plugin.pod'; -license_from 'Plugin.pod'; - -# t/ -build_requires 'Test::More' => 0; # 5.007003 - -tests 't/*.t t/*/*.t t/*/*/*.t'; - -auto_install; -WriteAll; +use 5.009005; +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 're::engine::Plugin', + AUTHOR => 'Ævar Arnfjörð Bjarmason ', + ABSTRACT_FROM => 'Plugin.pod', + VERSION_FROM => 'Plugin.pm', + LICENSE => 'perl', + test => { + TESTS => 't/*.t t/*/*.t t/*/*/*.t', + }, +); + +sub MY::postamble { + return <ChangeLog + +META.yml: Makefile + touch META.yml + +END +} +