* XML::Simple utf8 testing disabled, looks like XML::SAX works with utf8, but
XML::Parser does not
* Recommend against using XML::Simple if you need to work with utf8 until this
is resolved
* Fixes http://rt.cpan.org/Public/Bug/Display.html?id=68871
Changes 0.58:
* Added utf8 to the decode in the JSON deserializing code.
* Fixes https://rt.cpan.org/Public/Bug/Display.html?id=68125
Changes 0.57:
* Updated remainder of test suite to armor against XML::Simple dependency
problems that I first attempted to fix in 0.53.
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 for p5 module Data::Serializer from 0.48 to 0.49
- Setting gnu-gpl-v2 as license
Upstream changes:
0.49 Tue Apr 15 2009
- Modified XML::Simple serializer to support options
patch supplied by John Alden <john_a_alden@hotmail.com>
Upstream changes:
0.48 Tue Aug 20 2008
- Cleaned up DESTROY method to not undef _fields (This was
my error, not the submitted patch)
Thanks to Dulaunoy Fabrice <fabrice@dulaunoy.com>
for showing me the error of my ways
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=...").
Packages Collection.
The Perl 5 module Data::Serializer provides a unified interface to
the various serializing modules currently available. Adds the
functionality of both compression and encryption.