The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catalyst::Model::MenuGrinder - Catalyst Model base class for WWW::MenuGrinder

VERSION

version 0.04

SYNOPSIS

package MyApp::Model::Menu;

use base 'Catalyst::Model::MenuGrinder';

__PACKAGE__->config(
  menu_config => {
    plugins => [
      'XMLLoader',
      'DefaultTarget',
      'NullOutput',
    ],
    filename => MyApp->path_to('root', 'menu.xml'),
  },
);

AUTHOR

Andrew Rodland <andrew@hbslabs.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by HBS Labs, LLC..

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.