]> iEval git - io-compress-brotli.git/blobdiff - Makefile.PL
Bump version and update Changes
[io-compress-brotli.git] / Makefile.PL
index f522b93b6372bd7a2308d71d0ef1394cf794b7be..4d2b5af69f75bce934809d4acb3f9a42356f86de 100644 (file)
@@ -4,17 +4,21 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
        NAME             => 'IO::Compress::Brotli',
        VERSION_FROM     => 'lib/IO/Compress/Brotli.pm',
-       ABSTRACT         => 'Read Brotli buffers/streams',
+       ABSTRACT         => 'Read/write Brotli buffers/streams',
        AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
        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'  => '0',
+               'Getopt::Long' => '0',
+               'Time::HiRes'  => '0',
        },
+       BUILD_REQUIRES   => {},
        INC              => '-Ibrotli',
        MYEXTLIB         => 'brotli/libbrotli$(LIB_EXT)',
+       clean            => { FILES => 'brotli/libbrotli$(LIB_EXT)' },
        META_ADD         => {
                dynamic_config => 0,
                resources      => {
This page took 0.020554 seconds and 4 git commands to generate.