Bump version and update Changes master 0.003001
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 18 Jul 2017 07:20:07 +0000 (10:20 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 18 Jul 2017 07:20:07 +0000 (10:20 +0300)
Changes
README
lib/Plack/Middleware/Auth/Complex.pm

diff --git a/Changes b/Changes
index 893850bc45b47afbd5f674f0077e9a6aa1d786ad..018b3c54f2b4a130860af8da13cfc2701e690b6f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Plack::Middleware::Auth::Complex.
 
 Revision history for Perl extension Plack::Middleware::Auth::Complex.
 
+0.003001 2017-07-18T08:20+01:00
+ - Fix tests when Authen::Passphrase::Scrypt is not installed
+
 0.003 2017-07-15T16:55+01:00
  - Use Data::Entropy instead of Bytes::Random::Secure (since
    Authen::Passphrase already uses Data::Entropy)
 0.003 2017-07-15T16:55+01:00
  - Use Data::Entropy instead of Bytes::Random::Secure (since
    Authen::Passphrase already uses Data::Entropy)
diff --git a/README b/README
index be328add2f15132d93c8fc998fd368266a7f5c7e..dbff96e9f32890e5f48ab9a164bd20354dd6726b 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Plack-Middleware-Auth-Complex version 0.003
-===========================================
+Plack-Middleware-Auth-Complex version 0.003001
+==============================================
 
 AuthComplex is an authentication system for Plack applications that
 allows user registration, password changing and password reset.
 
 AuthComplex is an authentication system for Plack applications that
 allows user registration, password changing and password reset.
index ea1b0b34f1eca5b29db24fd7bf864ba4f8be5ca8..66a97ea23f25fbc674b3a43e32c0c0e83adb497d 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
 use strict;
 use warnings;
 
-our $VERSION = '0.003';
+our $VERSION = '0.003001';
 
 use parent qw/Plack::Middleware/;
 use re '/s';
 
 use parent qw/Plack::Middleware/;
 use re '/s';
This page took 0.012124 seconds and 4 git commands to generate.