LZMA compression + tests
[slob.git] / Makefile.PL
index e336e8e68bfcfefb258314137618acfc6d94c447..317d6c4f8a584f3bee000e7add29004e6914acc5 100644 (file)
@@ -13,7 +13,9 @@ WriteMakefile(
        MIN_PERL_VERSION  => '5.14.0',
        LICENSE           => 'perl',
        SIGN              => 1,
-       PREREQ_PM         => {},
+       PREREQ_PM         => {
+               qw/Compress::Raw::Lzma 0/,
+       },
        META_ADD          => {
                dynamic_config => 0,
                resources      => {
This page took 0.009537 seconds and 4 git commands to generate.