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 of p5 module Task::Weaken from 1.02nb1 to 1.03
- Using module type Module::Install
- Setting license to ${PERL5_LICENSE}
Upstream changes:
1.03 Fri 12 Jun 2009
- Updating to flush out some old CPAN Testers results
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=...").
- took maintainership
Changelog:
1.02 Wed 14 Nov 2007
- Updating to newer AUTOMATED_TESTING tests
- Updating to fixed META.yml
1.01 Mon 22 Oct 2007
- Updating to newer AUTOMATED_TESTING tests
1.00 Sat 18 Aug 2007
- Adding more detail to the Makefile.PL, better error messages,
and several additional fallback options.
Packages Collection.
One recurring problem in Perl modules that use Scalar::Util's
"weaken" function is that it is not present in the pure-perl variant.
So if your module uses "weaken", you can just add the following to
your Module::Install-based Makefile.PL (or equivalent):
requires 'Task::Weaken';