X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp%2FModel%2FFoo%2FBar.pm;fp=t%2Flib%2FTestApp%2FModel%2FFoo%2FBar.pm;h=9d256bb1f18ac9482efadd8834af99180fca0527;hp=0000000000000000000000000000000000000000;hb=d06051f75205fa4e481d04eeb8387f5ac1b6833f;hpb=dadc4d4fb3b42bdc28968b19b9a7b9da4b81c3f3 diff --git a/t/lib/TestApp/Model/Foo/Bar.pm b/t/lib/TestApp/Model/Foo/Bar.pm new file mode 100644 index 0000000..9d256bb --- /dev/null +++ b/t/lib/TestApp/Model/Foo/Bar.pm @@ -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;