pod updates and more tests
[catagits/Catalyst-Plugin-ConfigLoader.git] / lib / Catalyst / Plugin / ConfigLoader / Perl.pm
index 23e7142..e94edba 100644 (file)
@@ -12,9 +12,12 @@ Catalyst::Plugin::ConfigLoader::Perl - Load Perl config files
 Loads Perl files. Example:\r
 \r
     {\r
-        name               => 'TestApp',\r
-        Controller::Foo => {\r
+        name => 'TestApp',\r
+        'Controller::Foo' => {\r
             foo => 'bar'\r
+        },\r
+        'Model::Baz' => {\r
+            qux => 'xyzzy'\r
         }\r
     }\r
 \r
@@ -64,7 +67,7 @@ it under the same terms as Perl itself.
 \r
 =item * L<Catalyst>\r
 \r
-=item * <Catalyst::Plugin::ConfigLoader>\r
+=item * L<Catalyst::Plugin::ConfigLoader>\r
 \r
 =back\r
 \r