Recommend IO::Zlib and IO::Uncompress::Bzip2
[zeal.git] / Makefile.PL
index 82d68c0967975d0742fb96be89f3d19407ba6aa2..938bd1a5d4c7ee29f2c9106d86abd75d806ac76a 100644 (file)
@@ -10,16 +10,23 @@ WriteMakefile(
        LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {
-               qw/Class::Accessor::Fast  0
+               qw/Archive::Tar           0
+                  Class::Accessor::Fast  0
                   DBI                    0
                   DBD::SQLite            0
                   File::Slurp            0
-                  Mac::PropertyList::SAX 0/,
+                  File::Which            0
+                  Mac::PropertyList::SAX 0
+                  XML::Rules             0/,
        },
        META_ADD         => {
                dynamic_config => 0,
                resources      => {
                        repository   => 'http://git.ieval.ro/?p=zeal.git',
                },
+               recommends     => {
+                       qw/IO::Zlib                0
+                          IO::Uncompress::Bunzip2 0/,
+               },
        }
 );
This page took 0.009269 seconds and 4 git commands to generate.