From: Yuval Kogman Date: Sun, 1 Jan 2006 11:48:12 +0000 (+0000) Subject: Changelog and version bump Store::Htpasswd X-Git-Tag: v0.02~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=commitdiff_plain;h=75fd14db7d521dbdd87eb225562b35c6081dec6b Changelog and version bump Store::Htpasswd --- diff --git a/Changes b/Changes index 4fd91ec..8dde6bb 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +0.02 Sun Jan 1 13:45:33 IST 2006 + - fix condition where $user is false and still gets a method call on it + - embarracing doc typos copy pasted by Yuval were fixed too ;-) + 0.011 Sun Nov 27 23:18:21 CET 2005 - doh, add Authen::Htpasswd to requirements diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm index 931a1ad..381e903 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm @@ -5,7 +5,7 @@ package Catalyst::Plugin::Authentication::Store::Htpasswd; use strict; use warnings; -our $VERSION = '0.011'; +our $VERSION = '0.02'; use Catalyst::Plugin::Authentication::Store::Htpasswd::Backend;