8
0

- updated to 2.52

- applied pod patch rt.cpan.org#79603
       - fixed rt.cpan.org#80006, it tolerates now whitespaces
         after the block closing >
       - added -Plug parameter, which introduces plugin closures.
         idea from rt.cpan.org#79694.
         Currently available hooks are:
         pre_open, pre_read, post_read, pre_parse_value, post_parse_value
       - applied patch by Ville Skytt344, spelling fixes.
       - fixed rt.cpan.org#85080, more spelling fixes.
       - applied patch rt.cpan.org#85132, which fixes a deprecation
         warning in perl 5.18 and above. Fixes #85668 as well.
       - applied patch rt.cpan.org#85538, c-style comments
         are ignored inside here-docs.
       - fixed rt.cpan.org#82637, don't use indirect object syntax
         in pod and code.
- remove obsolete 0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-General?expand=0&rev=26
This commit is contained in:
Stephan Kulow
2013-07-26 05:29:24 +00:00
committed by Git OBS Bridge
parent 67d0bff9db
commit 1d2ef02b4c
4 changed files with 32 additions and 7 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Jul 26 05:28:20 UTC 2013 - coolo@suse.com
- updated to 2.52
- applied pod patch rt.cpan.org#79603
- fixed rt.cpan.org#80006, it tolerates now whitespaces
after the block closing >
- added -Plug parameter, which introduces plugin closures.
idea from rt.cpan.org#79694.
Currently available hooks are:
pre_open, pre_read, post_read, pre_parse_value, post_parse_value
- applied patch by Ville Skytt344, spelling fixes.
- fixed rt.cpan.org#85080, more spelling fixes.
- applied patch rt.cpan.org#85132, which fixes a deprecation
warning in perl 5.18 and above. Fixes #85668 as well.
- applied patch rt.cpan.org#85538, c-style comments
are ignored inside here-docs.
- fixed rt.cpan.org#82637, don't use indirect object syntax
in pod and code.
- remove obsolete 0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch
-------------------------------------------------------------------
Fri Jun 21 08:47:13 UTC 2013 - coolo@suse.com