Changes for version 1.08 - 2020-07-12
- add abstracts to modules that were missing them (RT#132909)
- add MooX::TypeTiny for optimized type checks
Documentation
A cookbook for Path::Dispatcher
Modules
Flexible and extensible dispatch
a list of matches
the result of a successful rule match
path and some optional metadata
"has a list of rules"
predicate and codeblock
any rule must match
always matches
Chain rules for Path::Dispatcher
predicate is any subroutine
redispatch
matches only the empty path
one of a list of strings must match
predicate is a string equality
all rules must match
match path's metadata
predicate is a regular expression
a sequence of rules
predicate is a list of tokens
rules under a predicate