Add debugging output
[slob.git] / Makefile.PL
index e336e8e68bfcfefb258314137618acfc6d94c447..5688370e815ebf030f957e1f0aa9fb272c245ca5 100644 (file)
@@ -13,7 +13,11 @@ WriteMakefile(
        MIN_PERL_VERSION  => '5.14.0',
        LICENSE           => 'perl',
        SIGN              => 1,
-       PREREQ_PM         => {},
+       PREREQ_PM         => {
+               qw/Compress::Raw::Bzip2 0
+                  Compress::Raw::Lzma  0
+                  Compress::Raw::Zlib  0/,
+       },
        META_ADD          => {
                dynamic_config => 0,
                resources      => {
This page took 0.009671 seconds and 4 git commands to generate.