From 4096b88d8a3159243e7b7413b5232b12754ee76c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 12 Sep 2015 18:16:05 +0300 Subject: [PATCH] Update Makefile.PL --- Makefile.PL | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 8b2284d..44648ca 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', } } ); -- 2.30.2