[Catalyst-commits] r11338 - in Catalyst-Plugin-Authentication/0.10000/trunk: . lib/Catalyst/Authentication/Credential lib/Catalyst/Plugin

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Sep 8 07:29:46 GMT 2009


Author: t0m
Date: 2009-09-08 07:29:46 +0000 (Tue, 08 Sep 2009)
New Revision: 11338

Modified:
   Catalyst-Plugin-Authentication/0.10000/trunk/Changes
   Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm
   Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
Log:
Small doc fixes

Modified: Catalyst-Plugin-Authentication/0.10000/trunk/Changes
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/Changes	2009-09-07 20:35:57 UTC (rev 11337)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/Changes	2009-09-08 07:29:46 UTC (rev 11338)
@@ -1,5 +1,7 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+     - Fix typos in documentation (RT#49476)
+
 0.10015 Tue Sep 1 01:40:36 BST 2009
 
      - Remove (undeclared) dependency on Class::Data::Inhertiable (RT#49086)

Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm	2009-09-07 20:35:57 UTC (rev 11337)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm	2009-09-08 07:29:46 UTC (rev 11338)
@@ -127,7 +127,7 @@
 =head1 CONFIGURATION
 
     # example
-    __PACKAGE__->config->{'Plugin::Authentication'} = 
+    __PACKAGE__->config('Plugin::Authentication' => 
                 {  
                     default_realm => 'members',
                     realms => {

Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm	2009-09-07 20:35:57 UTC (rev 11337)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm	2009-09-08 07:29:46 UTC (rev 11338)
@@ -745,7 +745,7 @@
 You can accomplish this simply by installing the L<DBIx::Class|Catalyst::Authentication::Store::DBIx::Class> Store and
 changing your config:
 
-    __PACKAGE__->config( 'Plugin::Authentication'} =>
+    __PACKAGE__->config( 'Plugin::Authentication' =>
                     {
                         default_realm => 'members',
                         members => {
@@ -1028,7 +1028,7 @@
 realms inside a "realms" key in the configuration.
 
     # example
-    __PACKAGE__->config( 'Plugin::Authentication'} =>
+    __PACKAGE__->config( 'Plugin::Authentication' =>
                 {
                     default_realm => 'members',
                     realms => {




More information about the Catalyst-commits mailing list