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!
pkgsrc changes:
- Add license definition
- Add module type definition
Upstream changes:
[Changes for 0.23 - 0210-02-17]
* Fix for [rt.cpan.org #54609] If Scalar::Defer is loaded after
a thread is created, no more threads can be started. - SPROUT
[Changes for 0.22 - 2010-01-29]
* No code changes; note performance problems under 5.8.9
[Changes for 0.21 - 2010-01-18]
* Upgrade to a newer Module::Install
- Updating package for p5 module Scalar::Defer from 1.18nb1 to 1.20
Upstream changes:
[Changes for 0.20 - 20090-02-04]
* No code changes. 0.19 dist was incorrectly built from blib
[Changes for 0.19 - 20090-02-04]
* Silence Scalar::Defer::Deferred::DEMOLISH warnings - SARTAK++
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 Scalar::Defer exports functions for constructing
values that are evaluated on demand and to force evaluation of a
deferred value.