Version 0.10022 0.10022
Tomas Doran [Tue, 8 Jan 2013 19:09:33 +0000 (19:09 +0000)]
Changes
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
index a3be1da..524e276 100644 (file)
--- 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
index 4785c1d..3bbc9b3 100644 (file)
@@ -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 ) = @_;