Commit graph

5 commits

Author SHA1 Message Date
sno
68326986f7 Updating devel/p5-Path-Dispatcher from 0.14 to 0.15
Upstream changes:
0.15 Tue Mar 16 09:40:40 2009
        ** Factored Path-Dispatcher-Declarative into its own distribution
        ** Be sure to update your dependency information!

        * Implement ->complete for Rule::Dispatch
        * Add Path::Dispatcher::Rule::Alternation
        * Implement case insensitivity fory Rule::Eq
        * Add Path::Dispatcher::Rule::Sequence - like Rule::Tokens but
            better!
        * Add Path::Dispatcher::Rule::Enum
        * Path autoboxing has been factored out into a private method for
            more overridability
        * A few documentation improvements as usual :)
2010-03-16 21:52:11 +00:00
sno
298139ad82 Updating devel/p5-Path-Dispatcher from 0.13nb1 to 0.14
Upstream changes:
- none noted -
2010-01-25 13:41:30 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
a397d36b32 Updating package devel/p5-Path-Dispatcher from 0.12 to 0.13
pkgsrc changes:
  - Adding license

Upstream changes:
0.13 Sun Aug 9 13:38:19 2009
        Add unshift_rule to classes that do Role::Rules
        Several distribution improvements
2009-08-19 19:18:46 +00:00
seb
b043ce740d Initial import of p5-Path-Dispatcher version 0.12 in the NetBSD
Packages Collection.

The Perl 5 module Path::Dispatcher is similar to the module
Jifty::Dispatcher but its use is for the command line.

The basic operation is that of dispatch. Dispatch takes a path and
a list of rules, and it returns a list of matches. From there you
can "run" the rules that matched. These phases are distinct so that,
if you need to, you can inspect which rules were matched without
ever running their codeblocks.
2009-04-23 22:17:01 +00:00