distro updates for configloader
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp / testapp.pl
index 7de24eb..eecc78b 100644 (file)
@@ -1,7 +1,7 @@
 {
-       name               => 'TestApp',
-       Controller::Config => {
-               foo => 'foo'
-       },
-       cache              => '__HOME__/cache',
+    name               => 'TestApp',
+    Controller::Config => {
+        foo => 'foo'
+    },
+    cache              => '__HOME__/cache',
 }