Make Zeal->sets die if given family does not exist
[zeal.git] / Makefile.PL
index 815a53cff545293735a80afc71de542ac2b905c3..a1ff6222719164afdf9df2f212cd191df6b3b6fb 100644 (file)
@@ -10,10 +10,14 @@ 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,
This page took 0.009038 seconds and 4 git commands to generate.