X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore%2FHtpasswd%2FBackend.pm;h=fa825ca3684b3e341683f3388c2a9c25400bf241;hp=c5213b0d256e0ba885557afcf516324ad37ff08c;hb=cedb9fb4ae54e24ead346e95e1a9f574ea543eb8;hpb=7efcea1c2ca10adaad1feb4a4a8c667704d2667c diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/Backend.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/Backend.pm index c5213b0..fa825ca 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/Backend.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/Backend.pm @@ -79,25 +79,27 @@ Otherwise, this lets you create a store manually. =head1 METHODS -=over 4 - -=item new $hash_ref +=head2 new $hash_ref Constructs a new store object, which uses the supplied hash ref as it's backing structure. -=item get_user $id +=head2 get_user $id Keys the hash by $id and returns the value. If the return value is unblessed it will be blessed as L. -=item user_supports +=head2 user_supports Chooses a random user from the hash and delegates to it. -=back +=head1 COPYRIGHT & LICNESE + + Copyright (c) 2005 the aforementioned authors. All rights + reserved. This program is free software; you can redistribute + it and/or modify it under the same terms as Perl itself. =cut