WWW-MenuGrinder 0.06 Latest
Kwalitee Issues
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- File::Slurp
- Parse::RecDescent
- YAML::XS
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: WWW-MenuGrinder-0.06/lib/WWW/MenuGrinder/Plugin/Localize.pm -- Around line 98: You forgot a '=back' before '=head2' WWW-MenuGrinder-0.06/lib/WWW/MenuGrinder/Plugin/Variables.pm -- Around line 108: You forgot a '=back' before '=head2'
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
Modules
Name | Abstract | Version | View |
---|---|---|---|
WWW::MenuGrinder | A tool for managing dynamic website menus - base class. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::ActivePath | WWW::MenuGrinder plugin that finds a path to the currently active page. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::DefaultTarget | WWW::MenuGrinder plugin that sets a default link target. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::FileReloader | WWW::MenuGrinder plugin to reload the menu when a file changes. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::Hotkey | WWW::MenuGrinder plugin that generates hotkeys from labels. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::Localize | WWW::MenuGrinder plugin for multilingual support | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::NullLoader | WWW::MenuGrinder Plugin that loads from the config. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::NullOutput | WWW::MenuGrinder plugin that outputs the menu structure unchanged. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::NullTransform | WWW::MenuGrinder plugin that generates hotkeys from labels. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::RequirePrivilege | WWW::MenuGrinder plugin that does privilege checks on items. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::SimpleLoader | WWW::MenuGrinder plugin that loads menus with XML::Simple. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::Variables | WWW::MenuGrinder plugin that does variable substitutions and checks. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::XMLLoader | WWW::MenuGrinder plugin that loads menus with XML::Simple. | 0.06 | metacpan |
WWW::MenuGrinder::Plugin::YAMLLoader | WWW::MenuGrinder plugin that loads menus with YAML::XS. | 0.06 | metacpan |
WWW::MenuGrinder::Role::BeforeMogrify | WWW::MenuGrinder role for plugins that need to initialization before mogrifying. | 0.06 | metacpan |
WWW::MenuGrinder::Role::ItemMogrifier | WWW::MenuGrinder role for plugins that modify menus item-by-item per request. | 0.06 | metacpan |
WWW::MenuGrinder::Role::Loader | WWW::MenuGrinder role for plugins that load menu data. | 0.06 | metacpan |
WWW::MenuGrinder::Role::Mogrifier | WWW::MenuGrinder role for plugins that modify menus per request. | 0.06 | metacpan |
WWW::MenuGrinder::Role::OnInit | WWW::MenuGrinder role for plugins that need initialization before pre-mogrify. | 0.06 | metacpan |
WWW::MenuGrinder::Role::Output | WWW::MenuGrinder role for plugins that output menus in some format. | 0.06 | metacpan |
WWW::MenuGrinder::Role::Plugin | WWW::MenuGrinder role for all plugins. | 0.06 | metacpan |
WWW::MenuGrinder::Visitor | WWW::MenuGrinder plugin that allows item-by-item mogrification. | 0.06 | metacpan |