mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
1.28:
- added contributed sub module Config::General::Interpolated by "Wei-Hon Chen" <plasmaball@pchome.com.tw> with help from "Autrijus Tang" <autrijus@autrijus.org> which makes it possible to use variables inside config files. - _read() accepts now c-comments inside c-comments if they are on a single line. - _read() is now more tolerant to here-identifiers (the ends of here-docs), whitespaces right after such an identifier are allowed (i.e. "EOF "). - _read() does now behave somewhat different with C-comments, they will be the first thing being processed in a config, so the parser really ignores everything inside C-comments. Previously it did not do that, for example here-docs has not been ignored. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@16 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
18
Changelog
18
Changelog
@@ -1,3 +1,21 @@
|
||||
1.28:
|
||||
- added contributed sub module Config::General::Interpolated
|
||||
by "Wei-Hon Chen" <plasmaball@pchome.com.tw> with
|
||||
help from "Autrijus Tang" <autrijus@autrijus.org>
|
||||
which makes it possible to use variables inside
|
||||
config files.
|
||||
- _read() accepts now c-comments inside c-comments if
|
||||
they are on a single line.
|
||||
- _read() is now more tolerant to here-identifiers
|
||||
(the ends of here-docs), whitespaces right after
|
||||
such an identifier are allowed (i.e. "EOF ").
|
||||
- _read() does now behave somewhat different with
|
||||
C-comments, they will be the first thing being
|
||||
processed in a config, so the parser really
|
||||
ignores everything inside C-comments. Previously
|
||||
it did not do that, for example here-docs has
|
||||
not been ignored.
|
||||
|
||||
1.27: - "make test" complained about uninitialized value
|
||||
in :146, which is now fixed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user