Hi
I have been embracing Moose and Catalyst and I have written a Moose Role
to provide BreadCrumb trail navigation for a web application written in
Catalyst.
Hopefully there are some Catalyst programmers on here?
The module allows a Catalyst Controller to do be extended by doing a
'with' with the module
My first thought was to call the module
CatalystX::Controller::BreadCrumb but I am not really aware of any
conventions used by people creating modules using Moose Roles.
I have found CatalystX::Controller::Tabs on cpan but this is a module
that can be used as a base class for a Catalyst Controller and does not
use Moose.
Any other suggestions would be welcome.
Regards
Ian