mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.34
- fixed rt.cpan.org#27271 - removed output file from
manifest.
- fixed rt.cpan.org#27225 - clear vars off the stack
if entering a new block, so old vars get not re-used.
- fixed rt.cpan.org#27110 - re-implemented support
for arrayref as -String parameter.
- fixed rt.cpan.org#24155 - relative include bug fixed.
- applied patch by GWYN, (see fixed rt.cpan.org#27622)
which allows the same file included multiple times.
there is no loop detection if turned on. new option
introduced: -IncludeAgain => 1 (default turned off).
- added support for -IncludeAgain to directory include
code too.
- the directory globbing code used slashes to join
directory and file names. changed this to use catfile()
instead.
git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@60 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
25
Changelog
25
Changelog
@@ -1,3 +1,28 @@
|
||||
2.34
|
||||
- fixed rt.cpan.org#27271 - removed output file from
|
||||
manifest.
|
||||
|
||||
- fixed rt.cpan.org#27225 - clear vars off the stack
|
||||
if entering a new block, so old vars get not re-used.
|
||||
|
||||
- fixed rt.cpan.org#27110 - re-implemented support
|
||||
for arrayref as -String parameter.
|
||||
|
||||
- fixed rt.cpan.org#24155 - relative include bug fixed.
|
||||
|
||||
- applied patch by GWYN, (see fixed rt.cpan.org#27622)
|
||||
which allows the same file included multiple times.
|
||||
there is no loop detection if turned on. new option
|
||||
introduced: -IncludeAgain => 1 (default turned off).
|
||||
|
||||
- added support for -IncludeAgain to directory include
|
||||
code too.
|
||||
|
||||
- the directory globbing code used slashes to join
|
||||
directory and file names. changed this to use catfile()
|
||||
instead.
|
||||
|
||||
|
||||
2.33
|
||||
- fixed rt.cpan.org#26333 - just return $con if env var
|
||||
is undefined.
|
||||
|
||||
Reference in New Issue
Block a user