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!
- Updating package for p5 module of Template::Plugin::Handy from 0.002
to 0.003
- Setting license to gnu-gpl-v2
Upstream changes:
0.003 26 Feb 2009
* sort_by() now returns arg if a ref() but not LIST or HASH
This is to handle the (common?) TT case where a method returns
a single object instead of an array ref with one item.