X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=7261cbe034379e9da6790f80d0f0e03687f529da;hb=refs%2Fheads%2Fmaster;hp=21ef80a7fd3049791ca56a2aa853a5e94ec32b2e;hpb=4c1b8033b07680fc1ee1cdd4f515ca89545b22c4;p=plack-middleware-auth-complex.git diff --git a/Makefile.PL b/Makefile.PL index 21ef80a..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,15 +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 + 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', }