]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - Makefile.PL
Require 5.8. Do not really want to support 5.6
[perl/modules/rgit.git] / Makefile.PL
index 64d2531098b939d2e409a871c7d264abe0f0554e..cc848f92b2c7c3761f48655ccea5af933f27a9a8 100644 (file)
@@ -1,3 +1,5 @@
+use 5.008;
+
 use strict;
 use warnings;
 use ExtUtils::MakeMaker;
@@ -30,12 +32,13 @@ WriteMakefile(
     EXE_FILES     => [ 'bin/rgit' ],
     PREREQ_PM     => {
         'Carp'                  => 0,
+        'Config'                => 0,
         'Cwd'                   => 0,
         'Exporter'              => 0,
         'File::Find'            => 0,
         'File::Spec::Functions' => 0,
-        'List::Util'            => 0,
         'Object::Tiny'          => 0,
+        'POSIX'                 => 0,
     },
     dist          => { 
         PREOP      => 'pod2text bin/rgit > $(DISTVNAME)/README; '