Bump version and update Changes
[apache2-authzcaps.git] / Makefile.PL
index d2cd36f2193a31b326be650de3e66f1a1e72fafa..44648ca8738fd692c773214bda52aba9881dad9c 100644 (file)
@@ -1,22 +1,23 @@
 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',
-  SIGN             => 1,
-  PREREQ_PM        => {
-         qw/YAML::Any 0/,
-  },
-  META_MERGE       => {
-         dynamic_config => 0,
-         recommends   => {
-                 qw/Apache2::Access     0
-                        Apache2::Const      0
-                        Apache2::RequestRec 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::RequestRec 0/,
+               },
+               resources      => {
+                       repository => 'https://git.ieval.ro/?p=apache2-authzcaps.git',
+               }
+       }
 );
This page took 0.010407 seconds and 4 git commands to generate.