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