X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=0c59c05342530133d64aa70694478280eddf69b7;hb=0a2c37375e209b716b80207ee52a63d239160227;hp=d04bb68598b00d1d070e46dfff9354c3577b66e7;hpb=56bfd9c0a0380461b810f820869768f4e8a7ad4a;p=io-compress-brotli.git diff --git a/Makefile.PL b/Makefile.PL index d04bb68..0c59c05 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,12 +11,12 @@ WriteMakefile( SIGN => 1, EXE_FILES => [ 'bin/bro-perl' ], PREREQ_PM => { - 'File::Slurp' => '0', - 'Getopt::Long' => '0', - 'Time::HiRes' => '0', + 'File::Slurper' => '0', + 'Getopt::Long' => '0', + 'Time::HiRes' => '0', }, BUILD_REQUIRES => {}, - INC => '-Ibrotli/include', + INC => '-Ibrotli/c/include', MYEXTLIB => 'brotli/libbrotli$(LIB_EXT)', clean => { FILES => 'brotli/libbrotli$(LIB_EXT)' }, META_ADD => {