From da36743f4b9e4935a22d0ac740a183a354050b67 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 8 Mar 2015 16:54:08 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 4 ++-- lib/Plack/Middleware/Auth/Complex.pm | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index e0025cb..8d1358b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Plack::Middleware::Auth::Complex. +0.001001 2015-03-08T16:54+02:00 + - Call init at first request to allow non-delayed loading (e.g. starman --preload-app). + - Make "Invalid username" error message customizable + 0.001 2015-03-01T14:30+02:00 - First stable release - Add authentication cache diff --git a/README b/README index c0c2fbb..e3956a6 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Plack-Middleware-Auth-Complex version 0.001 -=========================================== +Plack-Middleware-Auth-Complex version 0.001001 +============================================== 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 035a622..53ff827 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.001'; +our $VERSION = '0.001001'; use parent qw/Plack::Middleware/; use re '/s'; -- 2.30.2