Replace File::Slurp with File::Slurper
[io-compress-brotli.git] / Makefile.PL
index 73fe222870f4281e1abf738ef489a4c779958cd8..0c59c05342530133d64aa70694478280eddf69b7 100644 (file)
@@ -11,9 +11,9 @@ 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/c/include',
This page took 0.010252 seconds and 4 git commands to generate.