mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.07 - fixed cpan bugid #1351, SaveConfig contained a deprecated
function call which caused the module to croak.
- added feature request, if in extended mode (OOP turned
on with -ExtendedAccess => 1 access to non-existent keys
caused a croak. While this is still the default behavior
it is now possible to turn this off using -StrictObjects => 0.
- added this to the related pod section in ::Extended.
- fixed bug in new() which caused a couple of errors
if the ConfigFile parameter is not set, or is set to
undef. In this case it will now simply create an empty
object.
- fixed related bug in save_file() which will save "" to
a file now if the config is uninitialized (i.e. the case
mentioned below arrived).
git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@33 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
15
Changelog
15
Changelog
@@ -1,3 +1,18 @@
|
||||
2.07 - fixed cpan bugid #1351, SaveConfig contained a deprecated
|
||||
function call which caused the module to croak.
|
||||
- added feature request, if in extended mode (OOP turned
|
||||
on with -ExtendedAccess => 1 access to non-existent keys
|
||||
caused a croak. While this is still the default behavior
|
||||
it is now possible to turn this off using -StrictObjects => 0.
|
||||
- added this to the related pod section in ::Extended.
|
||||
- fixed bug in new() which caused a couple of errors
|
||||
if the ConfigFile parameter is not set, or is set to
|
||||
undef. In this case it will now simply create an empty
|
||||
object.
|
||||
- fixed related bug in save_file() which will save "" to
|
||||
a file now if the config is uninitialized (i.e. the case
|
||||
mentioned below arrived).
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user