X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication.pm;fp=lib%2FCatalyst%2FPlugin%2FAuthentication.pm;h=023fb9c316c0a828b5ada27cd73c4d4d8bf71d44;hb=d613a3723fc796dbd14469c237536ecf4d0fe8b3;hp=3bbc9b38b69a8dfb3f7b071c353d82ebf540828b;hpb=3fc4303270dacbaf502bf8b88566ac1f641518ad;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 3bbc9b3..023fb9c 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.10022"; +our $VERSION = "0.10023"; sub set_authenticated { my ( $c, $user, $realmname ) = @_;