From 9e0352f7cf4b83b9a0d6315e188e9ec4ee3edfbd Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 18 Jul 2017 10:20:07 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 4 ++-- lib/Plack/Middleware/Auth/Complex.pm | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 893850b..018b3c5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ 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) diff --git a/README b/README index be328ad..dbff96e 100644 --- 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. diff --git a/lib/Plack/Middleware/Auth/Complex.pm b/lib/Plack/Middleware/Auth/Complex.pm index ea1b0b3..66a97ea 100644 --- a/lib/Plack/Middleware/Auth/Complex.pm +++ b/lib/Plack/Middleware/Auth/Complex.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.003'; +our $VERSION = '0.003001'; use parent qw/Plack::Middleware/; use re '/s'; -- 2.30.2