On 5 Sep 2012, at 21:48, Bill Moseley wrote: > > Currently I just manually apply the role directly in the existing controller, > so not a huge issue, but would be handy if I could just add a role to the > base class and pull in all the components
What's stopping you doing this? There is no reason you can't have actions (from a role) in a base class.. Alternatively, if you want to switch things on and off from config, look at CatalystX::Component::Traits. Cheers t0m _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/