Files
perl-XML-Easy/perl-XML-Easy.changes

74 lines
2.5 KiB
Plaintext

-------------------------------------------------------------------
Fri Mar 8 00:24:15 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Use %autosetup instead of deprecated %patchN
-------------------------------------------------------------------
Thu Oct 15 12:14:10 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
- fix build with newer perl, add syntax_main.t.diff patch
-------------------------------------------------------------------
Wed Jul 26 06:34:04 UTC 2017 - coolo@suse.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 06:26:09 UTC 2017 - coolo@suse.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 @INC, 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 03 23:30:10 UTC 2011 - pascal.bleser@opensuse.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 06 06:41:42 CET 2011 - pascal.bleser@opensuse.org
- initial version (0.008)