X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FStore%2FHtpasswd%2FUser.pm;h=f0d5eaaa6f598bb7248196da7e378b669473e449;hb=12087068e1b354ce3a1221645ea3e36467437f9e;hp=96655bcc060eeb20efbb215c0b330a5b517051f1;hpb=d2924b3fa6240ed2e9eee8846679871b2bdd574e;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git diff --git a/lib/Catalyst/Authentication/Store/Htpasswd/User.pm b/lib/Catalyst/Authentication/Store/Htpasswd/User.pm index 96655bc..f0d5eaa 100644 --- a/lib/Catalyst/Authentication/Store/Htpasswd/User.pm +++ b/lib/Catalyst/Authentication/Store/Htpasswd/User.pm @@ -8,7 +8,7 @@ use base qw/Catalyst::Authentication::User Class::Accessor::Fast/; use strict; use warnings; -our $VERSION = '1.005'; +our $VERSION = '1.006'; BEGIN { __PACKAGE__->mk_accessors(qw/_user _store/) } @@ -71,7 +71,7 @@ __END__ =head1 DESCRIPTION This object wraps an L object. An instance of it will be returned -by C<< $c->user >> when using L. Methods +by C<< $c->user >> when using L. Methods not defined in this module are passed through to the L object. The object stringifies to the username. @@ -80,7 +80,7 @@ object stringifies to the username. =head2 new($store,$user) Creates a new object from a store object, normally an instance of -L, and a user object, +L, and a user object, normally an instance of L. =head2 id