From: Tomas Doran Date: Tue, 8 Jan 2013 19:09:33 +0000 (+0000) Subject: Version 0.10022 X-Git-Tag: 0.10022^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Authentication.git;a=commitdiff_plain;h=695839da2bca73d0bf1c53338a90fe2b2e007702 Version 0.10022 --- diff --git a/Changes b/Changes index a3be1da..524e276 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::Authentication +0.10022 08 Jan 2013 - Fix NoPasswd store (skaufman) 0.10021 30 June 2012 diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 4785c1d..3bbc9b3 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -11,7 +11,7 @@ with 'MooseX::Emulate::Class::Accessor::Fast'; __PACKAGE__->mk_accessors(qw/_user/); -our $VERSION = "0.10021"; +our $VERSION = "0.10022"; sub set_authenticated { my ( $c, $user, $realmname ) = @_;