Auth 0.03, user_exists and a few pod fixes v0.03
Andy Grundman [Sat, 3 Dec 2005 22:34:18 +0000 (22:34 +0000)]
Changes
lib/Catalyst/Plugin/Authentication.pm
lib/Catalyst/Plugin/Authentication/Store/Minimal.pm

diff --git a/Changes b/Changes
index d8f9509..721e861 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
-0.02
+Revision history for Perl extension Catalyst::Plugin::Authentication
+
+0.03    2005-12-03 18:00:00
+        - Added user_exists method.
+
+0.02    2005-11-29 11:39:00
                - Fixed a typo (PLugin instead of Plugin) that caused user objects
                  to not be restored from the session properly. Modified test suite
                  to actually test for this case.
 
-
+0.01    2005-11-27 02:30:00
+        - Initial release.
index d30f2b0..c7549c9 100644 (file)
@@ -20,7 +20,7 @@ use Class::Inspector;
 #      constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.02";
+our $VERSION = "0.03";
 
 sub set_authenticated {
     my ( $c, $user ) = @_;
@@ -282,8 +282,6 @@ value is set to true per default.
 
 If multiple stores are being used, set the module you want as default here.
 
-=back
-
 =item stores
 
 If multiple stores are being used, you need to provide a name for each store
@@ -298,6 +296,7 @@ the the names of the plugins.
                                   }
                                          });
 
+=back
 
 =head1 METHODS FOR STORE MANAGEMENT
 
@@ -379,10 +378,12 @@ L<Catalyst::Plugin::Authentication::Store::Minimal>,
 L<Catalyst::Plugin::Authorization::ACL>,
 L<Catalyst::Plugin::Authorization::Roles>.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
 Yuval Kogman, C<nothingmuch@woobling.org>
+
 Jess Robinson
+
 David Kamholz
 
 =head1 COPYRIGHT & LICNESE
index 20431b6..aeee176 100644 (file)
@@ -79,6 +79,8 @@ Authorization::Roles plugin.
 
 See the SYNOPSIS for an example.
 
+=back
+
 =head1 INTERNAL METHODS
 
 =over 4