mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
- fixed bug with not working -IncludeRelative setting when including a config file. It were only included from the location relative to the underlying config if it were non-existent. reported by Dmitry Koteroff <dmitry@koteroff.ru>. - applied patch by Danial Pearce <danial@infoxchange.net.au> which adds the -BackslashEscape parameter to enable general escaping of special characters using the backslash. - fixed bug reported by Harold van Oostrom <cpan@lanceerplaats.nl>: according to the documentation one can call new() with a hash-ref as its single parameter which would then used as the config. This didn't work and were fixed. - added feature suggested by Eric Andreychek <eric@openthought.net>: now block statements like this are allowed: "<directory blah/>" which is called an explicit empty block. This generates just an empty hash-ref and saves writing. In fact, internally it will be converted to: <directory blah> </directory> - fixed Makefile.PL: it cleans now files generated by 'make test' properly. reported by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> - updated MANIFEST (in fact I did this some years ago the last time!) also reported by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@51 be1acefe-a474-0410-9a34-9b3221f2030f
20 lines
194 B
Plaintext
20 lines
194 B
Plaintext
Changelog
|
|
General/Extended.pm
|
|
General/Interpolated.pm
|
|
General.pm
|
|
MANIFEST
|
|
Makefile.PL
|
|
README
|
|
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/run.t
|
|
t/test.rc
|