revert change to extensions() as we really want *all* extensions. fix 10-branches...
[p5sagit/Config-Any.git] / t / supported / conf.pl
diff --git a/t/supported/conf.pl b/t/supported/conf.pl
new file mode 100644 (file)
index 0000000..be11d59
--- /dev/null
@@ -0,0 +1,4 @@
+{   name      => 'TestApp',
+    Component => { 'Controller::Foo' => { foo => 'bar' } },
+    Model     => { 'Model::Baz' => { qux => 'xyzzy' } }
+}