]> iEval git - apache2-authzcaps.git/blobdiff - Makefile.PL
Add Apache 2.4 support
[apache2-authzcaps.git] / Makefile.PL
index c3bab38569bad3d26b8405559ad550f6a64ba065..8b2284d43eb30c10cbf4b15824d606ce7212258d 100644 (file)
@@ -1,16 +1,22 @@
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-  NAME             => 'Apache2::AuthzCaps',
-  VERSION_FROM     => 'lib/Apache2/AuthzCaps.pm',
-  ABSTRACT_FROM    => 'lib/Apache2/AuthzCaps.pm',
-  AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
-  MIN_PERL_VERSION => '5.14.0',
-  LICENSE          => 'perl',
-  PREREQ_PM        => {
-       Apache2::Access => 0,
-       Apache2::Const => 0,
-       Apache2::RequestRec => 0,
-       YAML::Any => 0,
-  },
+       NAME             => 'Apache2::AuthzCaps',
+       VERSION_FROM     => 'lib/Apache2/AuthzCaps.pm',
+       ABSTRACT_FROM    => 'lib/Apache2/AuthzCaps.pm',
+       AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
+       MIN_PERL_VERSION => '5.14.0',
+       LICENSE          => 'perl',
+       SIGN             => 1,
+       PREREQ_PM        => {
+               qw/YAML::Any 0/,
+       },
+       META_MERGE       => {
+               dynamic_config => 0,
+               recommends   => {
+                       qw/Apache2::Access     0
+                          Apache2::Const      0
+                          Apache2::RequestRec 0/,
+               }
+       }
 );
This page took 0.019567 seconds and 4 git commands to generate.