This website requires JavaScript.
Explore
Help
Sign In
scip
/
Config-General
Watch
1
Star
0
Fork
0
You've already forked Config-General
mirror of
https://codeberg.org/scip/Config-General.git
synced
2025-12-16 20:21:01 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9a3e72d7d1faa8eaec575622483e354bc465fa43
Config-General
/
t
/
apache-include.conf
7 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
2009-10-10 16:40:22 +00:00
<bit one>
include t/included.conf
</bit>
<bit two>
2.41 - 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
2009-10-10 16:45:27 +00:00
include "t/included.conf"
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
2009-10-10 16:40:22 +00:00
</bit>
Reference in New Issue
Copy Permalink