Add tests for compression, and a CLI tool for manual testing.
[io-compress-brotli.git] / Makefile.PL
index e2649e74e7baba2efb109441060de7bdc12ac9ec..79ea79acb60a731e806975d882c07def1d06c747 100644 (file)
@@ -9,10 +9,12 @@ WriteMakefile(
        MIN_PERL_VERSION => '5.14.0',
        LICENSE          => 'perl',
        SIGN             => 1,
-       PREREQ_PM        => {},
-       BUILD_REQUIRES   => {
-               qw/File::Slurp 0/,
+       EXE_FILES        => [ 'bin/bro-perl' ],
+       PREREQ_PM        => {
+               'File::Slurp'  => '9999.19',
+               'Getopt::Long' => '2.45',
        },
+       BUILD_REQUIRES   => {},
        INC              => '-Ibrotli',
        MYEXTLIB         => 'brotli/libbrotli$(LIB_EXT)',
        clean            => { FILES => 'brotli/libbrotli$(LIB_EXT)' },
This page took 0.008884 seconds and 4 git commands to generate.