[Catalyst-commits] r12510 - Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Realm

xenoterracide at dev.catalyst.perl.org xenoterracide at dev.catalyst.perl.org
Sun Jan 3 13:26:13 GMT 2010


Author: xenoterracide
Date: 2010-01-03 13:26:12 +0000 (Sun, 03 Jan 2010)
New Revision: 12510

Modified:
   Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Realm/Progressive.pm
Log:
Clean up documentation errors

Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Realm/Progressive.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Realm/Progressive.pm	2010-01-03 11:41:05 UTC (rev 12509)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Realm/Progressive.pm	2010-01-03 13:26:12 UTC (rev 12510)
@@ -41,11 +41,11 @@
                 # Modify the authinfo passed into authenticate by merging
                 # these hashes into the realm's authenticate call:
                 authinfo_munge => {
-                    'local'     => { 'type' => 'normal' },
+                    'normal'     => { 'type' => 'normal' },
                     'temp'      => { 'type' => 'temporary' },
                 }
             },
-            'normal' => {
+            normal => {
                 credential => {
                     class => 'Password',
                     password_field => 'secret',




More information about the Catalyst-commits mailing list