[Catalyst-commits] r11237 - Catalyst-Runtime/5.80/branches/register_comp_by_name/t/lib/TestApp/Model/Foo

rjbs at dev.catalyst.perl.org rjbs at dev.catalyst.perl.org
Tue Aug 25 03:10:45 GMT 2009


Author: rjbs
Date: 2009-08-25 03:10:43 +0000 (Tue, 25 Aug 2009)
New Revision: 11237

Modified:
   Catalyst-Runtime/5.80/branches/register_comp_by_name/t/lib/TestApp/Model/Foo/Bar.pm
Log:
this model was not a component! bug..?

Modified: Catalyst-Runtime/5.80/branches/register_comp_by_name/t/lib/TestApp/Model/Foo/Bar.pm
===================================================================
--- Catalyst-Runtime/5.80/branches/register_comp_by_name/t/lib/TestApp/Model/Foo/Bar.pm	2009-08-25 03:10:33 UTC (rev 11236)
+++ Catalyst-Runtime/5.80/branches/register_comp_by_name/t/lib/TestApp/Model/Foo/Bar.pm	2009-08-25 03:10:43 UTC (rev 11237)
@@ -1,5 +1,7 @@
 package TestApp::Model::Foo::Bar;
 
+use base qw/ Catalyst::Model /;
+
 sub model_foo_bar_method_from_foo_bar { "model_foo_bar_method_from_foo_bar" }
 
 1;




More information about the Catalyst-commits mailing list