mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
fixed bugs and added -NoEscape + -Normalize(Option|Block|Value) parameters.
git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@94 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
15
Changelog
15
Changelog
@@ -1,3 +1,18 @@
|
||||
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.
|
||||
|
||||
|
||||
2.50
|
||||
- fixed rt.cpan.org#63487 documentation error.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user