Make mod_perl optional, silence smartmatch warnings
[apache2-authzcaps.git] / Makefile.PL
index c3bab38569bad3d26b8405559ad550f6a64ba065..d2cd36f2193a31b326be650de3e66f1a1e72fafa 100644 (file)
@@ -7,10 +7,16 @@ WriteMakefile(
   AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
   MIN_PERL_VERSION => '5.14.0',
   LICENSE          => 'perl',
+  SIGN             => 1,
   PREREQ_PM        => {
-       Apache2::Access => 0,
-       Apache2::Const => 0,
-       Apache2::RequestRec => 0,
-       YAML::Any => 0,
+         qw/YAML::Any 0/,
   },
+  META_MERGE       => {
+         dynamic_config => 0,
+         recommends   => {
+                 qw/Apache2::Access     0
+                        Apache2::Const      0
+                        Apache2::RequestRec 0/,
+         }
+  }
 );
This page took 0.009921 seconds and 4 git commands to generate.