X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=7261cbe034379e9da6790f80d0f0e03687f529da;hb=efd95ac23da5a640f92b86c77ff0e933998d2bbc;hp=3d96b1adaf78f35e942c9fe27a74cd0f198c5e97;hpb=12aa0bc64ec5cbecd0cce89d1144deb0c66bbd61;p=plack-middleware-auth-complex.git diff --git a/Makefile.PL b/Makefile.PL index 3d96b1a..7261cbe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,7 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Plack/Middleware/Auth/Complex.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', + EXE_FILES => ['authcomplex-passwd'], LICENSE => 'perl', SIGN => 1, BUILD_REQUIRES => { @@ -17,14 +18,19 @@ WriteMakefile( PREREQ_PM => { qw/Authen::Passphrase 0 Authen::Passphrase::BlowfishCrypt 0 - Bytes::Random::Secure 0 + Data::Entropy 0 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, + recommends => { + qw/Authen::Passphrase::Scrypt 0/, + }, resources => { repository => 'https://git.ieval.ro/?p=plack-middleware-auth-complex.git', }