Catalyst::Model::MenuGrinder - Catalyst Model base class for WWW::MenuGrinder
version 0.01_02
package MyApp::Model::Menu; use base 'Catalyst::Model::MenuGrinder'; __PACKAGE__->config( menu_config => { plugins => [ 'XMLLoader', 'DefaultTarget', 'NullOutput', ], filename => MyApp->path_to('root', 'menu.xml'), }, );
Andrew Rodland <andrew@hbslabs.com>
This software is copyright (c) 2009 by HBS Labs, LLC..
This is free software; you can redistribute it and/or modify it under the same terms as perl itself.