From acade63e6ac6af20a42ed56867cc3124127c1ad1 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 28 Aug 2016 00:05:59 +0100 Subject: [PATCH] Drop version requirements in PREREQ_PM to 0 --- Makefile.PL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', -- 2.30.2