
catalyst at iandocherty
Jul 15, 2009, 5:03 AM
Post #1 of 1
(583 views)
Permalink
|
|
Advice on namespace for a potential Catalyst cpan module
|
|
WRT my previous post I now have a module for a Moose Role useable in a Catalyst Controller to manage breadcrumb trail navigation. The module automatically builds up a breadcrumb trail as you navigate through the web application and can then be used to produce an ordered list of the pages you have visited. This aids navigation since you can click on any of the previous pages visited. A bit like a browsers history. This might be something worth of putting on cpan. If so what would be a suitable namespace? CatalystX::BreadCrumb springs to mind or perhaps CatalystX::Controller::BreadCrumb since it is a role to be used in Controllers. Or are there any other 'standards' for Moose Role modules? Regards Ian _______________________________________________ List: Catalyst [at] lists Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst [at] lists/ Dev site: http://dev.catalyst.perl.org/
|