From: Marius Gavrilescu Date: Fri, 1 Jan 2016 09:29:44 +0000 (+0200) Subject: Add BUILD_REQUIRES X-Git-Tag: 0.001001~1 X-Git-Url: http://git.ieval.ro/?p=io-compress-brotli.git;a=commitdiff_plain;h=c683f09d7564d59e0c67d82736c065007626047c Add BUILD_REQUIRES --- diff --git a/Makefile.PL b/Makefile.PL index cb7d632..a44b607 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,6 +10,9 @@ WriteMakefile( LICENSE => 'perl', SIGN => 1, PREREQ_PM => {}, + BUILD_REQUIRES => { + qw/File::Slurp 0/, + }, INC => '-I.', OBJECT => 'Brotli.o bit_reader.o decode.o dictionary.o huffman.o state.o streams.o', C => [],