NAME
WWW::MenuGrinder::Role::Loader - WWW::MenuGrinder role for plugins that load menu data.
VERSION
version 0.06
METHODS
$plugin->load
Is expected to return a menu structure ready for pre-mogrification. Data may come from disk, the network, attributes, or whatever. Takes no arguments, but $self->grinder->config
is available.
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.