Man Pages in libpath-dispatcher-perl

  1. Carta.tech
  2. Packages
  3. libpath-dispatcher-perl
  • 20

    Section 3pm: Library calls

    Path::Dispatcher.3pm
    Flexible and extensible dispatch
    Path::Dispatcher::Cookbook.3pm
    A cookbook for path::dispatcher
    Path::Dispatcher::Dispatch.3pm
    A list of matches
    Path::Dispatcher::Match.3pm
    The result of a successful rule match
    Path::Dispatcher::Path.3pm
    Path and some optional metadata
    Path::Dispatcher::Role::Rules.3pm
    "has a list of rules"
    Path::Dispatcher::Rule.3pm
    Predicate and codeblock
    Path::Dispatcher::Rule::Alternation.3pm
    Any rule must match
    Path::Dispatcher::Rule::Always.3pm
    Always matches
    Path::Dispatcher::Rule::CodeRef.3pm
    Predicate is any subroutine
    Path::Dispatcher::Rule::Dispatch.3pm
    Redispatch
    Path::Dispatcher::Rule::Empty.3pm
    Matches only the empty path
    Path::Dispatcher::Rule::Enum.3pm
    One of a list of strings must match
    Path::Dispatcher::Rule::Eq.3pm
    Predicate is a string equality
    Path::Dispatcher::Rule::Intersection.3pm
    All rules must match
    Path::Dispatcher::Rule::Metadata.3pm
    Match path's metadata
    Path::Dispatcher::Rule::Regex.3pm
    Predicate is a regular expression
    Path::Dispatcher::Rule::Sequence.3pm
    A sequence of rules
    Path::Dispatcher::Rule::Tokens.3pm
    Predicate is a list of tokens
    Path::Dispatcher::Rule::Under.3pm
    Rules under a predicate