mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.12 - fixed cpan bugid #1768, stuff inside a hash given
by the -DefaultConfig parameter was ignored by the new interpolation code, this has been fixed. - fixed another bug in the new interpolation code, which made variable global, the variable scope were ignored. Now a special constructed hash exists, which makes sure, that variables only valid within its correct scope. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@38 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
10
Changelog
10
Changelog
@@ -1,3 +1,13 @@
|
||||
2.12 - fixed cpan bugid #1768, stuff inside a hash given
|
||||
by the -DefaultConfig parameter was ignored by
|
||||
the new interpolation code, this has been fixed.
|
||||
|
||||
- fixed another bug in the new interpolation code,
|
||||
which made variable global, the variable scope
|
||||
were ignored. Now a special constructed hash
|
||||
exists, which makes sure, that variables only
|
||||
valid within its correct scope.
|
||||
|
||||
2.11 - heavy change in the variable interpolation code.
|
||||
Peter Sergeant <pete@clueball.com> reported this
|
||||
mis-behavior. The problem was that the whole hash
|
||||
|
||||
Reference in New Issue
Block a user