Clean up documentation errors
Caleb Cushing [Sun, 3 Jan 2010 13:26:12 +0000 (13:26 +0000)]
lib/Catalyst/Authentication/Realm/Progressive.pm

index 915cd64..f8664c1 100644 (file)
@@ -41,11 +41,11 @@ the normal realm.
                 # 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',