Add BUILD_REQUIRES
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 1 Jan 2016 09:29:44 +0000 (11:29 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 1 Jan 2016 09:29:44 +0000 (11:29 +0200)
Makefile.PL

index cb7d632334b18f1f17620c64760093928714c072..a44b60729072c298cac248a078d4a514ce32f334 100644 (file)
@@ -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                => [<dec/*c>],
This page took 0.011208 seconds and 4 git commands to generate.