Update Makefile.PL
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Sep 2015 15:16:05 +0000 (18:16 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Sep 2015 15:23:56 +0000 (18:23 +0300)
Makefile.PL

index 8b2284d43eb30c10cbf4b15824d606ce7212258d..44648ca8738fd692c773214bda52aba9881dad9c 100644 (file)
@@ -14,9 +14,10 @@ WriteMakefile(
        META_MERGE       => {
                dynamic_config => 0,
                recommends   => {
-                       qw/Apache2::Access     0
-                          Apache2::Const      0
-                          Apache2::RequestRec 0/,
+                       qw/Apache2::RequestRec 0/,
+               },
+               resources      => {
+                       repository => 'https://git.ieval.ro/?p=apache2-authzcaps.git',
                }
        }
 );
This page took 0.010715 seconds and 4 git commands to generate.