9
0

Accepting request 488895 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/488895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Simple?expand=0&rev=20
This commit is contained in:
Stephan Kulow
2017-04-18 08:03:58 +00:00
committed by Git OBS Bridge
parent 1e8b62227e
commit db6f25919c
4 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Apr 17 06:59:58 UTC 2017 - coolo@suse.com
- updated to 2.24
see /usr/share/doc/packages/perl-XML-Simple/Changes
2.24 2017-04-17 16:12:00+12:00 Pacific/Auckland
- fix typo in last commit with mistakenly removed some underscores
- don't initialise $XML::Simple::PREFERRED_PARSER to undef as a caller may
have already set it before loading XML::Simple and if not, it would have
defaulted to undef anyway (RT#118205 from Slaven Rezić)
2.23 2017-04-17 15:49:14+12:00 Pacific/Auckland
- another fix to the logic for detecting circular references (RT#114120 from
Matthias Pitzl, also report from Erland Sommarskog)
-------------------------------------------------------------------
Sat Dec 5 10:48:07 UTC 2015 - coolo@suse.com