Bump version and update Changes
[zeal.git] / Makefile.PL
index 815a53cff545293735a80afc71de542ac2b905c3..938bd1a5d4c7ee29f2c9106d86abd75d806ac76a 100644 (file)
@@ -10,15 +10,23 @@ WriteMakefile(
        LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {
-               qw/DBI                    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.009283 seconds and 4 git commands to generate.