Add a base class and a controller role, and some config for the controller builder...
authorTomas Doran (t0m) <bobtfish@bobtfish.net>
Sat, 23 May 2009 18:54:26 +0000 (19:54 +0100)
committerTomas Doran (t0m) <bobtfish@bobtfish.net>
Sat, 23 May 2009 18:54:26 +0000 (19:54 +0100)
commit00b934f167bed6486682e33b0d332343a7c2cec4
treea970210df14a45626ab6327803975e3475d018d3
parentff05b07e58eb51fa7bd2f371b39311e94f78d757
Add a base class and a controller role, and some config for the controller builder, so I can write failing tests
lib/CatalystX/DynamicComponent.pm
lib/CatalystX/ModelToControllerReflector.pm
lib/CatalystX/ModelToControllerReflector/ControllerRole.pm
t/lib/DynamicAppDemo.pm
t/lib/DynamicAppDemo/ControllerBase.pm [new file with mode: 0644]
t/lib/DynamicAppDemo/ControllerRole.pm [new file with mode: 0644]