mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.13 - fixed bug reported by Steffen Schwigon <schwigon@webit.de>.
the parser was still active inside a here-doc, which cause weird results if the here-doc contained multiple <<XXX strings. this bug has been fixed by re-organizing the _read() method. now the parser is only active outside of here-docs. - here-doc parsing bug fixed, which ignored the -SplitPolicy settings completely, now it is aware of the split policy git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@39 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
12
Changelog
12
Changelog
@@ -1,3 +1,15 @@
|
||||
2.13 - fixed bug reported by Steffen Schwigon <schwigon@webit.de>.
|
||||
the parser was still active inside a here-doc, which
|
||||
cause weird results if the here-doc contained
|
||||
multiple <<XXX strings.
|
||||
this bug has been fixed by re-organizing the _read()
|
||||
method. now the parser is only active outside of
|
||||
here-docs.
|
||||
|
||||
- here-doc parsing bug fixed, which ignored the
|
||||
-SplitPolicy settings completely, now it is aware
|
||||
of the split policy
|
||||
|
||||
2.12 - fixed cpan bugid #1768, stuff inside a hash given
|
||||
by the -DefaultConfig parameter was ignored by
|
||||
the new interpolation code, this has been fixed.
|
||||
|
||||
Reference in New Issue
Block a user