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=3bbc9b38b69a8dfb3f7b071c353d82ebf540828b;hb=695839da2bca73d0bf1c53338a90fe2b2e007702;hp=4785c1de6148cd675060cff7f6577e23ad44f66f;hpb=5beec7679d787b57f4e2ed1cbdaf2dee3570272e;p=catagits%2FCatalyst-Plugin-Authentication.git 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 ) = @_;