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!
Upstream changes:
0.10, 2010-02-26
Fixed RT#55010: Removed Unicode BOM from Find.pm.
0.09, 2010-02-26
Fixed RT#38302: Fixed META.yml generation (thanks very much to
cpanservice for the help).
pkgsrc changes:
- Adding license definition
- removing dependencies to modules which are delivered with our Perl CORE
Upstream changes:
There're no changed noted for 0.08
0.07, 2009-09-08
Fixed RT#38302: Module::Find now follows symlinks by default (can be
disabled).
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=...").
Module::Find lets you find and use modules in categories. This can be very
useful for auto-detecting driver or plugin modules. You can differentiate
between looking in the category itself or in all subcategories.