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 Test::Base perl module to 0.58
- Add dependency to p5-Test-Deep (fix RT #44057)
Upstream changes:
version: 0.58
date: Thu Mar 26 17:26:13 PDT 2009
changes:
- Another undef filtering change.
version: 0.57
date: Thu Mar 26 16:42:03 PDT 2009
changes:
- Allow value of undef to be filtered without warnings.
version: 0.56
date: Sat Mar 7 12:13:32 PST 2009
changes:
- Add Test::Deep support with is_deep and run_is_deep
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=...").
Collection.
The Perl 5 module Test::Base provides a way to trivially write a
test framework base class. Test::Base concentrates on offering
reusable data driven patterns, it provides some clean ways to
express input and expected output data.