X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=d2cd36f2193a31b326be650de3e66f1a1e72fafa;hb=759435399ec772d303582c4040bba5adf3cfe66b;hp=c3bab38569bad3d26b8405559ad550f6a64ba065;hpb=7442fd06706749adbd1e9e371c4cc9d23fe2ecc1;p=apache2-authzcaps.git diff --git a/Makefile.PL b/Makefile.PL index c3bab38..d2cd36f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,10 +7,16 @@ WriteMakefile( AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', + SIGN => 1, PREREQ_PM => { - Apache2::Access => 0, - Apache2::Const => 0, - Apache2::RequestRec => 0, - YAML::Any => 0, + qw/YAML::Any 0/, }, + META_MERGE => { + dynamic_config => 0, + recommends => { + qw/Apache2::Access 0 + Apache2::Const 0 + Apache2::RequestRec 0/, + } + } );