8
0

- update to 1.90

- Pull a commit from Aaron Crange to fix compilation bugs in Devel.xs:
        - local variable declarations must be in the PREINIT section,
        not `CODE`, at least for some compiler/OS combinations.
        - Thanks, Aaron!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=27
This commit is contained in:
Vítězslav Čížek
2012-01-09 09:16:23 +00:00
committed by Git OBS Bridge
parent 5937eaea9e
commit 8b2b8b2ed7
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 9 02:35:57 UTC 2012 - vcizek@suse.com
- update to 1.90
- Pull a commit from Aaron Crange to fix compilation bugs in Devel.xs:
- local variable declarations must be in the PREINIT section,
not `CODE`, at least for some compiler/OS combinations.
- Thanks, Aaron!
-------------------------------------------------------------------
Mon Jan 2 13:02:47 UTC 2012 - vcizek@suse.cz