Fix all the ->config invocations in docs to be more correct
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Authentication / Store / Null.pm
index 04b5517..84a95f4 100644 (file)
@@ -52,7 +52,7 @@ Catalyst::Authentication::Store::Null - Null authentication store
         Authentication
     );
 
-    __PACKAGE__->config->{'Plugin::Authentication'} = {
+    __PACKAGE__->config( 'Plugin::Authentication' => {
         default_realm => 'remote',
         realms => {
             remote => {
@@ -65,7 +65,7 @@ Catalyst::Authentication::Store::Null - Null authentication store
                 }
             }
        }
-    };
+    });
 
 =head1 DESCRIPTION