pod updates and more tests
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / conf / conf.pl
index 04707ad..8683545 100644 (file)
@@ -1,9 +1,9 @@
 {\r
     name => 'TestApp',\r
-    Controller::Foo => {\r
+    'Controller::Foo' => {\r
         foo => 'bar'\r
     },\r
-    Model::Baz => {\r
+    'Model::Baz' => {\r
         qux => 'xyzzy'\r
     }\r
 }
\ No newline at end of file