X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=94058df80c5108348de8bf44dd95e6c95193d26b;hb=61456017abf30a3c00c25b53ac7ca4c8c90741eb;hp=3d96b1adaf78f35e942c9fe27a74cd0f198c5e97;hpb=12aa0bc64ec5cbecd0cce89d1144deb0c66bbd61;p=plack-middleware-auth-complex.git diff --git a/Makefile.PL b/Makefile.PL index 3d96b1a..94058df 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,11 +18,13 @@ 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,