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!
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
Pkgsrc changes:
o Canonicalize HOMEPAGE
o Adjust dependencies
Upstream changes:
2.38 Removed kwalitee test and added license information.
2.36 Kwalitee fixes.
2.35 Changed test file naming convention
2.34 Added clone() method as reported by Hinrik Ãrn Sigurðsson.
2.32 Updated Module::Install to 0.68
2.31 Fixed abstract_from and build_requires in Makefile.PL
2.30 Code refactoring. Doc fixes. Updated tests.
2.2 Switched fully to Module::Install. Documentation amendments.
2.0 Makefile.PL was executable. Fixed.
1.9 Added pod and pod coverage tests. Documentation fixes.
1.8 Added get_pending() method.
1.7 Bug in put() that choked when {params} didn't exist.
1.6 Inherits from POE::Filter now so it won't barf when Stackable
is updated.
1.5 Added colonify options, check pod for details.
1.4 {raw_line} added to resultant hashref.
1.3 Documentation amendments.
1.2 Updated testcase. Should be a bit more robust now.