mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.37
- "fixed" rt.cpan.org#30199 - check for invalid and unsupported structures, especially mixing blocks and scalars with identical names. - added checks to 'make test' to test for the above checks. - revoked patch of rt.cpan.org#27225, it broke running code. - fixed rt.cpan.org#30063 (and #27225!) by reimplementing the whole interpolation code. The internal stack is no more a class variable of the module but stored directly within the generated config hash and cleaned before returning to the user. - added (modified) patch rt.cpan.org#30063 to check if interpolation works with supplied default config works. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@63 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
31
MANIFEST
31
MANIFEST
@@ -1,5 +1,3 @@
|
||||
General/Extended.pm
|
||||
General/Interpolated.pm
|
||||
t/sub1/sub2/sub3/cfg.sub3
|
||||
t/sub1/sub2/cfg.sub2
|
||||
t/sub1/sub2/cfg.sub2b
|
||||
@@ -8,28 +6,35 @@ 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/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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user