]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - Makefile.PL
Remove trailing CRLFs before testing what we received
[perl/modules/rgit.git] / Makefile.PL
index fed0fa5770a2885e9239bbe20a2d0f76b6401838..c0520e552911545a5d937591673221444d08d7ee 100644 (file)
@@ -1,3 +1,5 @@
+use 5.008;
+
 use strict;
 use warnings;
 use ExtUtils::MakeMaker;
@@ -30,7 +32,6 @@ WriteMakefile(
     EXE_FILES     => [ 'bin/rgit' ],
     PREREQ_PM     => {
         'Carp'                  => 0,
-        'Config'                => 0,
         'Cwd'                   => 0,
         'Exporter'              => 0,
         'File::Find'            => 0,