ConfigLoader 0.04
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp / testapp.pl
index 0a775f1..7de24eb 100644 (file)
@@ -2,5 +2,6 @@
        name               => 'TestApp',
        Controller::Config => {
                foo => 'foo'
-       }
+       },
+       cache              => '__HOME__/cache',
 }