From: Vincent Pit Date: Sun, 23 Aug 2009 09:25:07 +0000 (+0200) Subject: Update the version requirement in Makefile.PL X-Git-Tag: v0.07~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=5f3eda5a24d339e157734012513a9a8c047da3bb Update the version requirement in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 3adcfca..56073b1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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.009005, META_MERGE => \%META, dist => { PREOP => 'pod2text Plugin.pod > $(DISTVNAME)/README',