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:
7
MANIFEST
7
MANIFEST
@@ -1,10 +1,7 @@
|
||||
General/Extended.pm
|
||||
General/Interpolated.pm
|
||||
t/sub1/sub2/sub3/cfg.sub3.orig
|
||||
t/sub1/sub2/sub3/cfg.sub3
|
||||
t/sub1/sub2/cfg.sub2.orig
|
||||
t/sub1/sub2/cfg.sub2
|
||||
t/sub1/sub2/cfg.sub2b.orig
|
||||
t/sub1/sub2/cfg.sub2b
|
||||
t/sub1/cfg.sub1
|
||||
t/sub1/cfg.sub1b
|
||||
@@ -26,8 +23,10 @@ t/cfg.20.a
|
||||
t/cfg.20.b
|
||||
t/cfg.20.c
|
||||
t/run.t
|
||||
t/test.rc.out
|
||||
t/cfg.34
|
||||
t/included.conf
|
||||
t/dual-include.conf
|
||||
t/apache-include.conf
|
||||
MANIFEST
|
||||
example.cfg
|
||||
Makefile.PL
|
||||
|
||||
Reference in New Issue
Block a user