X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Makefile.PL;h=a18580c8e1a59f3d0e06ca533d557b597d3b1a3d;hp=bfb1d137a1f528f2fa5145ec5e9bbf0a4fa6fa85;hb=1c14dd4b51ad19ebd48879386f664188b6d07dfb;hpb=3fdf3af50a582a0daf75d9a78de6eb094c6418bc diff --git a/Makefile.PL b/Makefile.PL index bfb1d13..a18580c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,25 +1,25 @@ -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 -} - +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 +} +