I came across another issue. CatalystX::Resource injects a controller into the app. the controller extends Catalyst::Controller.
If I want to use Catalyst::ActionRole::ACL to deal with Authorization on my resources the controller needs to extend C::C::ActionRole. Should I extend from C::C::ActionRole or is there a smarter way to change the base class only when the extra functionality is required? david _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
