Path-Dispatcher 0.14
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- buildtool_not_executable
-
Change the permissions of Build.PL/Makefile.PL to not-executable.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- 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 | 0.14 | metacpan |
Path::Dispatcher::Builder | metacpan | ||
Path::Dispatcher::Declarative | sugary dispatcher | 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::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::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::Tokens | predicate is a list of tokens | metacpan | |
Path::Dispatcher::Rule::Under | rules under a predicate | metacpan |