The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::MenuGrinder::Role::Mogrifier - WWW::MenuGrinder role for plugins that modify menus per request.

VERSION

version 0.06

METHODS

$plugin->mogrify($menu)

Is called with the menu structure. May read or write the menu structure in any way, and copy it or not. Either way the new $menu is returned. Returning undef or () is not advised; if things are really wrong, an exception should be thrown.

AUTHOR

Andrew Rodland <andrew@hbslabs.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 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.