mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.31
- applied patches by Jason Rhinelander <jagerman@jagerman.com>: o bugfix: multiple levels if include files didn't work properly. o new option -IncludeDirectories, which allows to include all files of a directory. The directory must be specified by -ConfigFile as usual. o new option -IncludeGlob, which allows to use globs (wildcards) to include multiple files. o -ConfigPath can be speciefied using a single scalar value instead of an array if there is only one path. o bugfix: quotes from quoted block names were not removed properly. o fixes and updates for tests (make test) for the above patches. Thanks a lot Jason. - fixed number of tests in run.t - applied suggestion by Eric Kisiel <eric.kisiel@adelphia.com>: ::Extended::keys() returns an empty hash if the referring object is not hash. - fixed bug #14770, "Use of uninitialized value.." during environment variable interpolation. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@57 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
36
Changelog
36
Changelog
@@ -1,6 +1,38 @@
|
||||
2.31
|
||||
- applied patches by Jason Rhinelander <jagerman@jagerman.com>:
|
||||
o bugfix: multiple levels if include files didn't
|
||||
work properly.
|
||||
|
||||
o new option -IncludeDirectories, which allows
|
||||
to include all files of a directory. The directory
|
||||
must be specified by -ConfigFile as usual.
|
||||
|
||||
o new option -IncludeGlob, which allows to
|
||||
use globs (wildcards) to include multiple files.
|
||||
|
||||
o -ConfigPath can be speciefied using a single
|
||||
scalar value instead of an array if there is only
|
||||
one path.
|
||||
|
||||
o bugfix: quotes from quoted block names were
|
||||
not removed properly.
|
||||
|
||||
o fixes and updates for tests (make test) for
|
||||
the above patches.
|
||||
|
||||
Thanks a lot Jason.
|
||||
|
||||
- fixed number of tests in run.t
|
||||
|
||||
- applied suggestion by Eric Kisiel <eric.kisiel@adelphia.com>:
|
||||
::Extended::keys() returns an empty hash if the
|
||||
referring object is not hash.
|
||||
|
||||
- fixed bug #14770, "Use of uninitialized value.." during
|
||||
environment variable interpolation.
|
||||
|
||||
|
||||
2.30
|
||||
- fixed rt.cpan.org bug #7957, added <20>
|
||||
|
||||
- applied patch by Branislav Zahradnik
|
||||
<brano@blueorange.sk> which adds -InterPolateEnv.
|
||||
This allows to use environment variables too. It
|
||||
|
||||
Reference in New Issue
Block a user