mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
Splat with 2.45
git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@74 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
16
Changelog
16
Changelog
@@ -1,3 +1,19 @@
|
||||
2.45
|
||||
- fixed rt.cpan.org#50647 escaping bug. Now escaped $ or
|
||||
backslash characters are handled correctly (across save too)
|
||||
|
||||
- fixed rt.cpan.org#52047, tied hash will remain tied
|
||||
when savong to a file.
|
||||
|
||||
- fixed rt.cpan.org#54580, preserve single quotes during
|
||||
variable interpolation corrected. No more using rand()
|
||||
to mark single quotes but an incrementor instead.
|
||||
|
||||
- fixed rt.cpan.org#42721+54583, empty config values will no
|
||||
more handed over to interpreting methods (as interpolate
|
||||
or autotrue and the like) but returned as undef untouched.
|
||||
|
||||
|
||||
2.44
|
||||
- fixed rt.cpan.org#49023 by rolling back change in 2.43
|
||||
in line 158, regarding GLOB support.
|
||||
|
||||
Reference in New Issue
Block a user