- updated to 2.670.0 (2.67)
see /usr/share/doc/packages/perl-Config-General/Changelog
2.67 - fix github.com/TLINDEN/Config-General/issues/5:
fixing tests (add missing file to dist tarball) contributed
by @paulwalrath.
- created gitignore file.
2.66 - fix github.com/TLINDEN/Config-General/issues/1:
add support to quote values containing whitespace using the
new flag -AlwaysQuoteOutput.
- apply patch by @haarg github.com/TLINDEN/Config-General/pull/2:
fix exporter setup, use "our" where appropriate.
OBS-URL: https://build.opensuse.org/request/show/1236716
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-General?expand=0&rev=46
- updated to 2.65
see /usr/share/doc/packages/perl-Config-General/Changelog
2.65 - fix rt.cpan.org#132893: clarified license, now licensed
under the Artistic License 2.0.
- fix rt.cpan.org#139261: correctly include directories.
- fix rt.cpan.org#118746: remove the comma from legal
variable names, added mandatory start characters a-zA-Z0-9,
added a section in the POD to clarify this.
- fix rt.cpan.org#119160: fix IfDefine code. Thanks for the patch.
2.64 - fix rt.cpan.org#142095: copy default hash, avoid modification.
- the Catalyst folks who hosted the source of this module
closed or moved the repository, I have not been informed and
have therefore lost all history of the module. So I moved
to github (https://github.com/TLINDEN/Config-General).
Thanks for nothing, Catalyst.
OBS-URL: https://build.opensuse.org/request/show/969142
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-General?expand=0&rev=44
- 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
- updated to 2.51
- fixed rt.cpan.org#77667 which resulted in invalid configs
written to file when using save_file() and a named block,
whose 2nd part starts with a /.
- fixed rt.cpan.org#64169 by applying patch by Dulaunoy Fabrice.
adds -NoEscape switch which turns off escaping of anything.
- implemented suggestion of rt.cpan.org#67564 by adding 3 new
parameters: -NormalizeOption, -NormalizeBlock and -NormalizeValue,
which take a subroutine reference and change the block,
option or value accordingly.
- fixed rt.cpan.org#65860+76953 undefined value error.
OBS-URL: https://build.opensuse.org/request/show/177288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-General?expand=0&rev=22
- fixed rt.cpan.org#63487 documentation error.
- fixed rt.cpan.org#61302, now croak if the config file
parameter is a directory and directory include is not
turned on.
- fixed rt.cpan.org#60429 META.yml typo
- added new option -AllowSingleQuoteInterpolation, which
turns on interpolation for variables inside single quotes.
- added test case for the new option
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-General?expand=0&rev=18