From: Marius Gavrilescu Date: Sat, 12 Sep 2015 15:16:05 +0000 (+0300) Subject: Update Makefile.PL X-Git-Tag: 0.002~2 X-Git-Url: http://git.ieval.ro/?p=apache2-authzcaps.git;a=commitdiff_plain;h=4096b88d8a3159243e7b7413b5232b12754ee76c Update Makefile.PL --- 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', } } );