Initial commit
[apache2-authzcaps.git] / Makefile.PL
CommitLineData
7442fd06
MG
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'Apache2::AuthzCaps',
5 VERSION_FROM => 'lib/Apache2/AuthzCaps.pm',
6 ABSTRACT_FROM => 'lib/Apache2/AuthzCaps.pm',
7 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
8 MIN_PERL_VERSION => '5.14.0',
9 LICENSE => 'perl',
10 PREREQ_PM => {
11 Apache2::Access => 0,
12 Apache2::Const => 0,
13 Apache2::RequestRec => 0,
14 YAML::Any => 0,
15 },
16);
This page took 0.008832 seconds and 4 git commands to generate.