X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=4d2b5af69f75bce934809d4acb3f9a42356f86de;hb=3624f6b4211ee896863f5446b5b991be4de00090;hp=79ea79acb60a731e806975d882c07def1d06c747;hpb=2786a68d54239318b1ca7d6045f8a5830a979142;p=io-compress-brotli.git diff --git a/Makefile.PL b/Makefile.PL index 79ea79a..4d2b5af 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,15 +4,16 @@ 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 ', MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', 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',