First hack at factoring the strategy out, broke the config munging test..
[catagits/CatalystX-DynamicComponent.git] / lib / CatalystX / DynamicComponent / ModelToControllerReflector / Strategy.pm
diff --git a/lib/CatalystX/DynamicComponent/ModelToControllerReflector/Strategy.pm b/lib/CatalystX/DynamicComponent/ModelToControllerReflector/Strategy.pm
new file mode 100644 (file)
index 0000000..ce14199
--- /dev/null
@@ -0,0 +1,8 @@
+package CatalystX::DynamicComponent::ModelToControllerReflector::Strategy;
+use Moose::Role;
+use namespace::autoclean;
+
+requires 'get_reflected_method_list';
+
+1;
+