Skip Menu |

This queue is for tickets about the Config-Trivial CPAN distribution.

Report information
The Basics
Id: 4980
Status: resolved
Priority: 0/
Queue: Config-Trivial

People
Owner: Nobody in particular
Requestors: atricket [...] alarismed.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.20
  • 0.30
Fixed in: 0.40



Subject: values with trailing \ and # not correctly re-written
If a configuration file contains the following line: key value \ # this is a comment the system loads this correctly and creates the key value of key = value \ stripping the trailing comment. If this is then written back out, no comment is added back, creating the line key value \ Which if re-read, is the correct format for continuation. Because of HASH order differences between Perl 5.6 and 5.8, the tests fail on 5.8 because of this, but by fluke pass on 5.6.