X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=a44b60729072c298cac248a078d4a514ce32f334;hb=c683f09d7564d59e0c67d82736c065007626047c;hp=cb7d632334b18f1f17620c64760093928714c072;hpb=f9995f31e58bcdfc9eb528128c6bfcbb0b8fc777;p=io-compress-brotli.git 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 => [],