X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FRealm%2FAdaptor.pm;fp=lib%2FCatalyst%2FAuthentication%2FRealm%2FAdaptor.pm;h=a24c7e75fd5b5b3124d9980e33c1def9c267dfdc;hb=e99e8f6108bb32f0b8958ff321d4ce8dcfd7bea4;hp=ac40ce8e05817de601aebafeea8ae36dfa82bdb4;hpb=99ccdc481a30d6c16955b5c58a0d7010b629261e;p=catagits%2FCatalyst-Authentication-Realm-Adaptor.git diff --git a/lib/Catalyst/Authentication/Realm/Adaptor.pm b/lib/Catalyst/Authentication/Realm/Adaptor.pm index ac40ce8..a24c7e7 100644 --- a/lib/Catalyst/Authentication/Realm/Adaptor.pm +++ b/lib/Catalyst/Authentication/Realm/Adaptor.pm @@ -12,13 +12,13 @@ Catalyst::Authentication::Realm::Adaptor - Adjust parameters of authentication p =head1 VERSION -Version 0.01 +Version 0.02 =cut ## goes in catagits@jules.scsys.co.uk:Catalyst-Authentication-Realm-Adaptor.git -our $VERSION = '0.01'; +our $VERSION = '0.02'; sub authenticate { my ( $self, $c, $authinfo ) = @_;