]> iEval git - io-compress-brotli.git/blobdiff - Makefile.PL
Drop version requirements in PREREQ_PM to 0
[io-compress-brotli.git] / Makefile.PL
index 79ea79acb60a731e806975d882c07def1d06c747..d96092aba9e66a333b0465030973e1730fafd069 100644 (file)
@@ -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',
This page took 0.020119 seconds and 4 git commands to generate.