Changelog for
perl-XML-Easy-0.011-1.1.x86_64.rpm :
Wed Jul 26 14:00:00 2017 cooloAATTsuse.com
- updated to 0.011
see /usr/share/doc/packages/perl-XML-Easy/Changes
version 0.011; 2017-07-25
* port to Perl 5.23.6, where applying a regexp to codepoints in the
upper half of the native unsigned integer range by default causes
a deprecation warning
* update tests for Perl 5.27.1, where codepoints in the upper half of
the native unsigned integer range are illegal
* extend tests to examine codepoints above the 32-bit range on 64-bit
Perl builds
* in test suite, avoid codepoint deprecation warnings from Perl 5.23.6
and above
* in documentation, use four-column indentation for all verbatim
material
* limit the local muffling of \"utf8\"-category warnings to those Perl
versions that generate the unwanted warnings
Fri Jul 21 14:00:00 2017 cooloAATTsuse.com
- updated to 0.010
see /usr/share/doc/packages/perl-XML-Easy/Changes
version 0.010; 2017-07-19
* port to Perl 5.19.4, where the C type of array indices has changed
* update test suite to not rely on . in AATTINC, which is no longer
necessarily there from Perl 5.25.7
* test that all modules have matching version numbers
* no longer include a Makefile.PL in the distribution
* in META.{yml,json}, point to public bug tracker
* correct some typos in documentation
Thu Nov 3 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to 0.009:
* change usage of Params::Classify functions to take advantage of custom ops
in Params::Classify 0.012
* fix a latent bug where SvCUR() was used without first checking SvPOK() (but
SvPOK was guaranteed by other circumstances)
* correct dynamic_config setting to 0
Fri May 6 14:00:00 2011 pascal.bleserAATTopensuse.org
- initial version (0.008)