X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=71d7e0d1964f5b264a2cddc92973db32dd480918;hb=83e9c4cdd31cc9832f19af403a27b0b417310dd9;hp=4b1af5f753ef9853e2dbf00197ff112446ba1fe3;hpb=15c0e2b32a91bab4f8b2c4e62c841fb923daeef2;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/Makefile.PL b/Makefile.PL index 4b1af5f..71d7e0d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.009005; +use 5.010; use ExtUtils::MakeMaker; my $dist = 're-engine-Plugin'; @@ -20,16 +20,16 @@ my %META = ( ); WriteMakefile( - NAME => 're::engine::Plugin', - AUTHOR => 'Vincent Pit ', - LICENSE => 'perl', - ABSTRACT_FROM => 'Plugin.pod', - VERSION_FROM => 'Plugin.pm', + NAME => 're::engine::Plugin', + AUTHOR => 'Vincent Pit ', + LICENSE => 'perl', + ABSTRACT_FROM => 'Plugin.pod', + VERSION_FROM => 'Plugin.pm', PL_FILES => {}, PREREQ_PM => { 'XSLoader' => 0, }, - MIN_PERL_VERSION => 5.008, + MIN_PERL_VERSION => 5.010, META_MERGE => \%META, dist => { PREOP => 'pod2text Plugin.pod > $(DISTVNAME)/README', @@ -42,15 +42,3 @@ WriteMakefile( TESTS => 't/*.t t/*/*.t t/*/*/*.t', }, ); - -sub MY::postamble { - return <ChangeLog - -META.yml: Makefile - touch META.yml - -END -} -