]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commitdiff
Update the version requirement in Makefile.PL
authorVincent Pit <vince@profvince.com>
Sun, 23 Aug 2009 09:25:07 +0000 (11:25 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 23 Aug 2009 09:27:00 +0000 (11:27 +0200)
Makefile.PL

index 3adcfca06c679dfc6e3aec5cacba2655b8045a1d..56073b154d77b66ac19cc1e681b1cef1c937c3c0 100644 (file)
@@ -20,16 +20,16 @@ my %META = (
 );
 
 WriteMakefile(
-    NAME          => 're::engine::Plugin',
-    AUTHOR        => 'Vincent Pit <perl@profvince.com>',
-    LICENSE       => 'perl',
-    ABSTRACT_FROM => 'Plugin.pod',
-    VERSION_FROM  => 'Plugin.pm',
+    NAME             => 're::engine::Plugin',
+    AUTHOR           => 'Vincent Pit <perl@profvince.com>',
+    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',