Nuke the now unused controller role. This will probably be back at some point, but...
[catagits/CatalystX-DynamicComponent.git] / lib / CatalystX / DynamicComponent / ModelToControllerReflector.pm
index 303ca61..f677e2c 100644 (file)
@@ -14,7 +14,6 @@ my $mangle_attributes_on_generated_methods = sub {
 
 with 'CatalystX::DynamicComponent' => {
     name => '_setup_dynamic_controller',
-    roles => ['CatalystX::DynamicComponent::ModelToControllerReflector::ControllerRole'],
     pre_immutable_hook => $mangle_attributes_on_generated_methods,
 };