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!
Packages Collection.
The Perl 5 module Mixin::ExtraFields provides a simple way to add
an arbitrary number of stashes for named data. These data can be
stored in the object, in a database, or anywhere else. The storage
mechanism is abstracted away from the provided interface, so one
storage mechanism can be easily swapped for another. Multiple
ExtraFields stashes can be mixed into one class, using one or many
storage mechanisms.