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 Data::Taxi is a data serializer with several
handy features:
Taint aware
The data to be serialized does not have to be trusted. None of
the input data is executed.
Human readable
Data::Taxi produces a human-readable string that simplifies
checking the output of objects.
XML-ish
Without begin fully XML compliant, Data::Taxi produces a block
of XML-ish data that could probably be read in by other XML
parsers.