NAME

WWW::MenuGrinder::Plugin::NullLoader - WWW::MenuGrinder Plugin that loads from the config.

VERSION

version 0.06

DESCRIPTION

WWW::MenuGrinder::Plugin::NullLoader is a plugin for WWW::MenuGrinder. You should not use it directly, but include it in the plugins section of a WWW::MenuGrinder config.

This is a "loader" plugin that returns a menu structure supplied in the MenuGrinder config, rather than loading it from any external source. Its primary use is testing, but it may be useful in self-contained scripts as well.

Configuration

The global configuration key menu is expected to contain the menu structure.

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.