Add authcomplex-passwd script
[plack-middleware-auth-complex.git] / Makefile.PL
index 3d96b1adaf78f35e942c9fe27a74cd0f198c5e97..531b6075be43d2406e45b1c092cf6bf27c9a16c4 100644 (file)
@@ -7,6 +7,7 @@ WriteMakefile(
        ABSTRACT_FROM     => 'lib/Plack/Middleware/Auth/Complex.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        MIN_PERL_VERSION  => '5.14.0',
+       EXE_FILES         => ['authcomplex-passwd'],
        LICENSE           => 'perl',
        SIGN              => 1,
        BUILD_REQUIRES    => {
@@ -21,7 +22,9 @@ WriteMakefile(
                   DBI                               0
                   Email::Simple                     0
                   Email::Sender::Simple             0
-                  Plack::Request                    0/,
+                  IO::Prompter                      0
+                  Plack::Request                    0
+                  Tie::Hash::Expire                 0/,
        },
        META_MERGE         => {
                dynamic_config => 0,
This page took 0.009539 seconds and 4 git commands to generate.