Allow models and components to specify the names of any components they generate
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Model / Foo / Bar.pm
1 package TestApp::Model::Foo::Bar;
2
3 sub model_foo_bar_method_from_foo_bar { "model_foo_bar_method_from_foo_bar" }
4
5 1;