mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.43
- fixed rt.cpan.org#40925, $indichar replaced by internal configuration variable EOFseparator, which contains a 256 bit SHA checksum of the date I fixed the bug. This will prevent future conflicts hopefully. In addition it makes it possible to make it customizable, if neccessary, in a future release. - fixed rt.cpan.org#42721, return undef for empty values - fixed rt.cpan.org#42331, return undef for empty objects - fixed rt.cpan.org#44600, comments after blockname causes parser failure. - fixed rt.cpan.org#42287, whitespace at beginning or end of a quoted value gets lost after save(). - fixed rt.cpan.org#46184, variables that were not previously defined are deleted when -InterPolateEnv is enabled. - fixed bug in config loader for FileHandle objects, it supports now any compatible object. Hint by Ingo Schmiegel. - applied spelling- and speedup patches by Ville Skyttä. - applied documentation patch by Jordan Macdonald. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@69 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
29
Changelog
29
Changelog
@@ -1,3 +1,32 @@
|
||||
2.43
|
||||
- fixed rt.cpan.org#40925, $indichar replaced by internal
|
||||
configuration variable EOFseparator, which contains
|
||||
a 256 bit SHA checksum of the date I fixed the bug.
|
||||
This will prevent future conflicts hopefully. In addition
|
||||
it makes it possible to make it customizable, if neccessary,
|
||||
in a future release.
|
||||
|
||||
- fixed rt.cpan.org#42721, return undef for empty values
|
||||
|
||||
- fixed rt.cpan.org#42331, return undef for empty objects
|
||||
|
||||
- fixed rt.cpan.org#44600, comments after blockname
|
||||
causes parser failure.
|
||||
|
||||
- fixed rt.cpan.org#42287, whitespace at beginning or end
|
||||
of a quoted value gets lost after save().
|
||||
|
||||
- fixed rt.cpan.org#46184, variables that were not previously
|
||||
defined are deleted when -InterPolateEnv is enabled.
|
||||
|
||||
- fixed bug in config loader for FileHandle objects, it
|
||||
supports now any compatible object. Hint by Ingo Schmiegel.
|
||||
|
||||
- applied spelling- and speedup patches by Ville Skytt<74>.
|
||||
|
||||
- applied documentation patch by Jordan Macdonald.
|
||||
|
||||
|
||||
2.42
|
||||
- dist tarball for 2.41 missed t/Tie/LxHash.pm. Dammit.
|
||||
the File to the MANIFEST.
|
||||
|
||||
Reference in New Issue
Block a user