]> 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 64d2531098b939d2e409a871c7d264abe0f0554e..c0520e552911545a5d937591673221444d08d7ee 100644 (file)
@@ -1,3 +1,5 @@
+use 5.008;
+
 use strict;
 use warnings;
 use ExtUtils::MakeMaker;
@@ -34,8 +36,8 @@ WriteMakefile(
         'Exporter'              => 0,
         'File::Find'            => 0,
         'File::Spec::Functions' => 0,
-        'List::Util'            => 0,
         'Object::Tiny'          => 0,
+        'POSIX'                 => 0,
     },
     dist          => { 
         PREOP      => 'pod2text bin/rgit > $(DISTVNAME)/README; '