]> iEval git - apache2-authen-passphrase.git/blobdiff - Makefile.PL
Fix experimental warnings
[apache2-authen-passphrase.git] / Makefile.PL
index 3ac11e8d4e8380891d8e6bcb1bc5525ecb46355f..cc29da0d8767d750e3890cf9b65040b591da00de 100644 (file)
@@ -1,20 +1,28 @@
 use ExtUtils::MakeMaker;
+use 5.014000;
 
 WriteMakefile(
-    NAME             => 'Apache2::Authen::Passphrase',
-    VERSION_FROM     => 'lib/Apache2/Authen/Passphrase.pm',
+       NAME             => 'Apache2::Authen::Passphrase',
+       VERSION_FROM     => 'lib/Apache2/Authen/Passphrase.pm',
        ABSTRACT_FROM    => 'lib/Apache2/Authen/Passphrase.pm',
        AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
+       EXE_FILES        => [ 'aap-passwd' ],
        MIN_PERL_VERSION => '5.14.0',
        LICENSE          => 'perl',
-       EXE_FILES        => [ 'aap-passwd' ],
-    PREREQ_PM        => {
-         Apache2::RequestRec => 0,
-         Apache2::Access => 0,
-         Apache2::Const => 0,
-         Authen::Passphrase => 0,
-         Authen::Passphrase::BlowfishCrypt => 0,
-         IO::Prompter => 0,
-         YAML::Any => 0,
+       SIGN             => 1,
+       PREREQ_PM        => {
+               qw/Authen::Passphrase                0
+                  Authen::Passphrase::BlowfishCrypt 0
+                  IO::Prompter                      0
+                  YAML::Any                         0/,
        },
+       META_MERGE       => {
+               recommends   => {
+                       qw/Apache2::RequestRec 0/,
+               },
+               dynamic_config => 0,
+               resources      => {
+                       repository   => 'https://git.ieval.ro/?p=apache2-authen-passphrase.git',
+               },
+       }
 );
This page took 0.023525 seconds and 4 git commands to generate.