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';