mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
- 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
36 lines
459 B
Plaintext
36 lines
459 B
Plaintext
General/Extended.pm
|
|
General/Interpolated.pm
|
|
t/sub1/sub2/sub3/cfg.sub3
|
|
t/sub1/sub2/cfg.sub2
|
|
t/sub1/sub2/cfg.sub2b
|
|
t/sub1/cfg.sub1
|
|
t/sub1/cfg.sub1b
|
|
t/sub1/cfg.sub1c
|
|
t/sub1/cfg.sub1d
|
|
t/sub1/cfg.sub1e
|
|
t/cfg.16
|
|
t/cfg.17
|
|
t/cfg.19
|
|
t/cfg.2
|
|
t/cfg.3
|
|
t/cfg.4
|
|
t/cfg.5
|
|
t/cfg.6
|
|
t/cfg.7
|
|
t/cfg.8
|
|
t/test.rc
|
|
t/cfg.20.a
|
|
t/cfg.20.b
|
|
t/cfg.20.c
|
|
t/run.t
|
|
t/cfg.34
|
|
t/included.conf
|
|
t/dual-include.conf
|
|
t/apache-include.conf
|
|
MANIFEST
|
|
example.cfg
|
|
Makefile.PL
|
|
General.pm
|
|
README
|
|
Changelog
|