mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.06 - added -SplitPolicy, -SplitDelimiter and -StoreDelimiter
- removed whitespace support in keys in the default parser SplitPolicy 'guess', which was introduced in 2.02. Now I (re-)use the old regex I used before. if you need whitespaces in keys, use 'equalsign' as SplitPolicy. - the write_scalar() method uses the StoreDelimiter for separating options from values. - added -CComments to make it possible to turn c-comment parsing off. - added support for FileHandle objects as parameter to the -ConfigFile parameter. This makes it possible to use locking. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@32 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
12
Changelog
12
Changelog
@@ -1,3 +1,15 @@
|
||||
2.06 - added -SplitPolicy, -SplitDelimiter and -StoreDelimiter
|
||||
- removed whitespace support in keys in the default parser
|
||||
SplitPolicy 'guess', which was introduced in 2.02. Now
|
||||
I (re-)use the old regex I used before. if you need
|
||||
whitespaces in keys, use 'equalsign' as SplitPolicy.
|
||||
- the write_scalar() method uses the StoreDelimiter for
|
||||
separating options from values.
|
||||
- added -CComments to make it possible to turn c-comment
|
||||
parsing off.
|
||||
- added support for FileHandle objects as parameter to the
|
||||
-ConfigFile parameter. This makes it possible to use locking.
|
||||
|
||||
2.05 - fixed bug in ::Extended. It exported for some weird
|
||||
reason I cant remember all of its methods. This included
|
||||
keys() exists() and delete(), which are perl internals.
|
||||
|
||||
Reference in New Issue
Block a user