Path-Dispatcher 1.00
Kwalitee Issues
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- buildtool_not_executable
-
Change the permissions of Build.PL/Makefile.PL to not-executable.
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (61) does not match dist (60):
- Missing in Dist: .prove
- 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.
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Path::Dispatcher | flexible and extensible dispatch | 1.00 | metacpan |
Path::Dispatcher::Dispatch | a list of matches | metacpan | |
Path::Dispatcher::Match | the result of a successful rule match | metacpan | |
Path::Dispatcher::Path | path and some optional metadata | metacpan | |
Path::Dispatcher::Role::Rules | "has a list of rules" | metacpan | |
Path::Dispatcher::Rule | predicate and codeblock | metacpan | |
Path::Dispatcher::Rule::Alternation | any rule must match | metacpan | |
Path::Dispatcher::Rule::Always | always matches | metacpan | |
Path::Dispatcher::Rule::Chain | metacpan | ||
Path::Dispatcher::Rule::CodeRef | predicate is any subroutine | metacpan | |
Path::Dispatcher::Rule::Dispatch | redispatch | metacpan | |
Path::Dispatcher::Rule::Empty | matches only the empty path | metacpan | |
Path::Dispatcher::Rule::Enum | one of a list of strings must match | metacpan | |
Path::Dispatcher::Rule::Eq | predicate is a string equality | metacpan | |
Path::Dispatcher::Rule::Intersection | all rules must match | metacpan | |
Path::Dispatcher::Rule::Metadata | match path's metadata | metacpan | |
Path::Dispatcher::Rule::Regex | predicate is a regular expression | metacpan | |
Path::Dispatcher::Rule::Sequence | a sequence of rules | metacpan | |
Path::Dispatcher::Rule::Tokens | predicate is a list of tokens | metacpan | |
Path::Dispatcher::Rule::Under | rules under a predicate | metacpan |