Add bz2 and zlib support
[slob.git] / Makefile.PL
index 317d6c4f8a584f3bee000e7add29004e6914acc5..5688370e815ebf030f957e1f0aa9fb272c245ca5 100644 (file)
@@ -14,7 +14,9 @@ WriteMakefile(
        LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {
-               qw/Compress::Raw::Lzma 0/,
+               qw/Compress::Raw::Bzip2 0
+                  Compress::Raw::Lzma  0
+                  Compress::Raw::Zlib  0/,
        },
        META_ADD          => {
                dynamic_config => 0,
This page took 0.009388 seconds and 4 git commands to generate.