Fix for 2.4
[apache2-authen-passphrase.git] / Makefile.PL
CommitLineData
f4cc782b 1use ExtUtils::MakeMaker;
788a3738 2use 5.014000;
f4cc782b
MG
3
4WriteMakefile(
5 NAME => 'Apache2::Authen::Passphrase',
6 VERSION_FROM => 'lib/Apache2/Authen/Passphrase.pm',
7 ABSTRACT_FROM => 'lib/Apache2/Authen/Passphrase.pm',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
9 MIN_PERL_VERSION => '5.14.0',
10 LICENSE => 'perl',
7c87e995 11 EXE_FILES => [ 'aap-passwd' ],
f4cc782b 12 PREREQ_PM => {
788a3738
MG
13 qw/Authen::Passphrase 0
14 Authen::Passphrase::BlowfishCrypt 0
15 IO::Prompter 0
16 YAML::Any 0/,
f4cc782b 17 },
788a3738
MG
18 META_MERGE => {
19 recommends => {
20 qw/Apache2::RequestRec 0
21 Apache2::Access 0
22 Apache2::Const 0/,
23 }
24 }
f4cc782b 25);
This page took 0.009938 seconds and 4 git commands to generate.