mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
- fixed rt.cpan.org#38635. apache-like include now supports
quoted strings.
- fixed rt.cpan.org#41748. saving config with -tie enabled
now keeps the tie as documented.
- added unit test for -tie. For this to work, a copy of
Tie::LxHash module is delivered with Config::General
source, but will not installed, in fact, it is only
used for 'make test' (number 50)
- fixed rt.cpan.org#39159. documentation of functional interface
now reflects that qw$method) is now required.
- applied patch by AlexK fixing rt.cpan.org#41030:
if files are included by means of a glob pattern having the -IncludeGlob
option activated, paths specified by the -ConfigPath option are being
neglected when trying to spot the files. This patch fixes this
- applied patch by fbicknel, fixes rt.cpan.org#41570:
An array of scalars (eg: option = [1,2,3]) cannot
be used for interpolation (which element shall we use?!), so
we ignore those types of lists and don't build a __stack for them.
git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@67 be1acefe-a474-0410-9a34-9b3221f2030f
42 lines
583 B
Plaintext
42 lines
583 B
Plaintext
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/apache-include.conf
|
|
t/cfg.16
|
|
t/cfg.17
|
|
t/cfg.19
|
|
t/cfg.2
|
|
t/cfg.20.a
|
|
t/cfg.20.b
|
|
t/cfg.20.c
|
|
t/cfg.3
|
|
t/cfg.34
|
|
t/cfg.4
|
|
t/cfg.5
|
|
t/cfg.6
|
|
t/cfg.7
|
|
t/cfg.8
|
|
t/dual-include.conf
|
|
t/included.conf
|
|
t/run.t
|
|
t/test.rc
|
|
t/cfg.39
|
|
t/cfg.41
|
|
t/cfg.40
|
|
t/cfg.42
|
|
t/cfg.43
|
|
General/Extended.pm
|
|
General/Interpolated.pm
|
|
General.pm
|
|
MANIFEST
|
|
README
|
|
example.cfg
|
|
Changelog
|
|
Makefile.PL
|
|
META.yml Module meta-data (added by MakeMaker)
|