Update DynamicComponent so that you just ask for 'Model::Foo' not 'MyApp::Model:...
authorTomas Doran (t0m) <bobtfish@bobtfish.net>
Mon, 25 May 2009 19:57:30 +0000 (20:57 +0100)
committerTomas Doran (t0m) <bobtfish@bobtfish.net>
Mon, 25 May 2009 19:57:30 +0000 (20:57 +0100)
commit96e54fc3183408e78ded3e7ee86d0b8e4b45d8f0
tree1c142cae3761c8415f3969f20de800b20b82f33b
parent1efcc5a1ce645fea9458e0bd50aa83911084f367
Update DynamicComponent so that you just ask for 'Model::Foo' not 'MyApp::Model::Foo', as the component generator is called on  anyway so can find 'MyApp for itself
lib/CatalystX/DynamicComponent.pm
lib/CatalystX/DynamicComponent/ModelToControllerReflector.pm
lib/CatalystX/DynamicComponent/ModelsFromConfig.pm
t/03_dynamiccomponent.t