8
0

- updated to 2.20

- Suppress warning from empty CDATA section (RT#58359 from Juan Antonio
     Navarro Pérez)
   - Reinstate XML::SAX::Expat dependency
   - Fix warnings tests (broken in 2.19_01) which rely on global $^W
   - Use lexical filehandles instead of old-style fileglobs (RT#77787 from
     Quanah)
   - Restrict scope of :strict mode to calling package (RT#41562 from Hannu
     Aronsson)
   - Fix POD typo (RT#45414 from Anirvan Chatterjee)
   - Update POD to reflect best practise regarding :strict and options
   - Change minimum Perl requirement to 5.008
   - Switch to using Dist::Zilla for release management

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Simple?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2013-07-27 12:35:58 +00:00
committed by Git OBS Bridge
parent 4a259f437e
commit fe59943912
4 changed files with 58 additions and 37 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Jul 27 11:58:03 UTC 2013 - coolo@suse.com
- updated to 2.20
- Suppress warning from empty CDATA section (RT#58359 from Juan Antonio
Navarro Pérez)
- Reinstate XML::SAX::Expat dependency
- Fix warnings tests (broken in 2.19_01) which rely on global $^W
- Use lexical filehandles instead of old-style fileglobs (RT#77787 from
Quanah)
- Restrict scope of :strict mode to calling package (RT#41562 from Hannu
Aronsson)
- Fix POD typo (RT#45414 from Anirvan Chatterjee)
- Update POD to reflect best practise regarding :strict and options
- Change minimum Perl requirement to 5.008
- Switch to using Dist::Zilla for release management
-------------------------------------------------------------------
Fri Nov 18 11:09:30 UTC 2011 - coolo@suse.com