]> 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 8414683fdf5a859f659cde42552e503f0b855010..cc848f92b2c7c3761f48655ccea5af933f27a9a8 100644 (file)
@@ -1,3 +1,5 @@
+use 5.008;
+
 use strict;
 use warnings;
 use ExtUtils::MakeMaker;
@@ -30,6 +32,7 @@ WriteMakefile(
     EXE_FILES     => [ 'bin/rgit' ],
     PREREQ_PM     => {
         'Carp'                  => 0,
+        'Config'                => 0,
         'Cwd'                   => 0,
         'Exporter'              => 0,
         'File::Find'            => 0,