From c683f09d7564d59e0c67d82736c065007626047c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 1 Jan 2016 11:29:44 +0200 Subject: [PATCH] Add BUILD_REQUIRES --- Makefile.PL | 3 +++ 1 file changed, 3 insertions(+) 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 => [], -- 2.30.2