| This Release | Path-Dispatcher-1.05 | [Download] [Browse] | 14 Mar 2013 | ||||
| Other Releases | |||||||
| Links | [ Discussion Forum ] [ View/Report Bugs (1) ] [ Website ] [ Dependencies ] [ Other Tools ] | ||||||
| Repository | git://github.com/sartak/path-dispatcher.git | ||||||
| CPAN Testers | PASS (254) [ View Reports ] [ Perl/Platform Version Matrix ] | ||||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| ||||||
| License | The Perl 5 License (Artistic 1 & GPL 1) | ||||||
| Special Files |
|
||||||
| Path::Dispatcher | flexible and extensible dispatch | 1.05 | |
| Path::Dispatcher::Dispatch | a list of matches | ||
| Path::Dispatcher::Match | the result of a successful rule match | ||
| Path::Dispatcher::Path | path and some optional metadata | ||
| Path::Dispatcher::Role::Rules | "has a list of rules" | ||
| Path::Dispatcher::Rule | predicate and codeblock | ||
| Path::Dispatcher::Rule::Alternation | any rule must match | ||
| Path::Dispatcher::Rule::Always | always matches | ||
| Path::Dispatcher::Rule::Chain | |||
| Path::Dispatcher::Rule::CodeRef | predicate is any subroutine | ||
| Path::Dispatcher::Rule::Dispatch | redispatch | ||
| Path::Dispatcher::Rule::Empty | matches only the empty path | ||
| Path::Dispatcher::Rule::Enum | one of a list of strings must match | ||
| Path::Dispatcher::Rule::Eq | predicate is a string equality | ||
| Path::Dispatcher::Rule::Intersection | all rules must match | ||
| Path::Dispatcher::Rule::Metadata | match path's metadata | ||
| Path::Dispatcher::Rule::Regex | predicate is a regular expression | ||
| Path::Dispatcher::Rule::Sequence | a sequence of rules | ||
| Path::Dispatcher::Rule::Tokens | predicate is a list of tokens | ||
| Path::Dispatcher::Rule::Under | rules under a predicate |
| Path::Dispatcher::Cookbook | A cookbook for Path::Dispatcher   |