From: Marius Gavrilescu Date: Sat, 27 Aug 2016 23:05:59 +0000 (+0100) Subject: Drop version requirements in PREREQ_PM to 0 X-Git-Tag: 0.002~7 X-Git-Url: http://git.ieval.ro/?p=io-compress-brotli.git;a=commitdiff_plain;h=acade63e6ac6af20a42ed56867cc3124127c1ad1 Drop version requirements in PREREQ_PM to 0 --- diff --git a/Makefile.PL b/Makefile.PL index bfbb161..d96092a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,9 +11,9 @@ WriteMakefile( SIGN => 1, EXE_FILES => [ 'bin/bro-perl' ], PREREQ_PM => { - 'File::Slurp' => '9999.19', - 'Getopt::Long' => '2.45', - 'Time:HiRes' => '1.9728' + 'File::Slurp' => '0', + 'Getopt::Long' => '0', + 'Time:HiRes' => '0', }, BUILD_REQUIRES => {}, INC => '-Ibrotli',