X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=d96092aba9e66a333b0465030973e1730fafd069;hb=acade63e6ac6af20a42ed56867cc3124127c1ad1;hp=79ea79acb60a731e806975d882c07def1d06c747;hpb=2786a68d54239318b1ca7d6045f8a5830a979142;p=io-compress-brotli.git diff --git a/Makefile.PL b/Makefile.PL index 79ea79a..d96092a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,8 +11,9 @@ WriteMakefile( SIGN => 1, EXE_FILES => [ 'bin/bro-perl' ], PREREQ_PM => { - 'File::Slurp' => '9999.19', - 'Getopt::Long' => '2.45', + 'File::Slurp' => '0', + 'Getopt::Long' => '0', + 'Time:HiRes' => '0', }, BUILD_REQUIRES => {}, INC => '-Ibrotli',