Fix component_setup + tests
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Model / Foo / Bar.pm
diff --git a/t/lib/TestApp/Model/Foo/Bar.pm b/t/lib/TestApp/Model/Foo/Bar.pm
new file mode 100644 (file)
index 0000000..9d256bb
--- /dev/null
@@ -0,0 +1,5 @@
+package TestApp::Model::Foo::Bar;
+
+sub model_foo_bar_method_from_foo_bar { "model_foo_bar_method_from_foo_bar" }
+
+1;