X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2Fconf%2Fconf.pl;fp=t%2Fconf%2Fconf.pl;h=f78c973e38859e61ed5d33f33593afc1f41dfcd1;hp=0000000000000000000000000000000000000000;hb=dc537df397e0357ad0253bdb1b7bc2b7537677e8;hpb=572501abb2165014af8973bf9a4aa1f8a522356d diff --git a/t/conf/conf.pl b/t/conf/conf.pl new file mode 100644 index 0000000..f78c973 --- /dev/null +++ b/t/conf/conf.pl @@ -0,0 +1,13 @@ +{ + name => 'TestApp', + Component => { + 'Controller::Foo' => { + foo => 'bar' + } + }, + Model => { + 'Model::Baz' => { + qux => 'xyzzy' + } + } +}