Use Data::Entropy for random numbers
[plack-middleware-auth-complex.git] / Makefile.PL
index 3d96b1adaf78f35e942c9fe27a74cd0f198c5e97..94058df80c5108348de8bf44dd95e6c95193d26b 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    => {
@@ -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,
This page took 0.009511 seconds and 4 git commands to generate.