8
0

- update to 0.614

* Fix regression in 0.613 and set encoding on GLOBs.
  * Use 'Object->new()' syntax throughout (#65840).
  * Support passing in any arbitrary object that has a print()
    method (from Jason Rodrigues).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Writer?expand=0&rev=26
This commit is contained in:
Vítězslav Čížek
2012-01-09 09:24:41 +00:00
committed by Git OBS Bridge
parent 9408f3e139
commit 10c0673f2f
4 changed files with 27 additions and 21 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 9 02:36:08 UTC 2012 - vcizek@suse.com
- update to 0.614
* Fix regression in 0.613 and set encoding on GLOBs.
* Use 'Object->new()' syntax throughout (#65840).
* Support passing in any arbitrary object that has a print()
method (from Jason Rodrigues).
-------------------------------------------------------------------
Tue Dec 13 13:59:00 UTC 2011 - coolo@suse.com