mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.40
- fixed SplitDelimiter parser regex, it does no more consider non-whitespaces (\S+?) as the option name but anything before the delimiter (.+?), this fixes bug rt.cpan.org#36607, the fix of 2.39 were not sufficient. Thanks to Jeffrey Ratcliffe for pointing it out. - added new parameter -SaveSorted. The default value is 0, that means configs will be saved unsorted (as always), however if you want to save it sorted, turn this parameter to 1. Thanks to Herbert Breunung for the hint. - added complexity test, which checks a combination of various complex features of the parser. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@66 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
15
Changelog
15
Changelog
@@ -1,3 +1,18 @@
|
||||
2.40
|
||||
- fixed SplitDelimiter parser regex, it does no more consider
|
||||
non-whitespaces (\S+?) as the option name but anything
|
||||
before the delimiter (.+?), this fixes bug rt.cpan.org#36607,
|
||||
the fix of 2.39 were not sufficient. Thanks to
|
||||
Jeffrey Ratcliffe for pointing it out.
|
||||
|
||||
- added new parameter -SaveSorted. The default value is 0,
|
||||
that means configs will be saved unsorted (as always),
|
||||
however if you want to save it sorted, turn this parameter
|
||||
to 1. Thanks to Herbert Breunung for the hint.
|
||||
|
||||
- added complexity test, which checks a combination
|
||||
of various complex features of the parser.
|
||||
|
||||
2.39
|
||||
- fixed rt.cpan.org#35122. This one was one of the most
|
||||
intriguing bugs I've ever observed in my own code. The
|
||||
|
||||
Reference in New Issue
Block a user