to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
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 :)
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
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.