Skip Menu |

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

Report information
The Basics
Id: 29564
Status: new
Priority: 0/
Queue: Config-INI-Simple

People
Owner: Nobody in particular
Requestors: stevet [...] red-green.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.01
Fixed in: (no value)



Subject: new values get appended to config file
When adding a new VAR value in a Block, write() appends the VAR=value line to the end of the config file. This results in the VAR value being in the last block of the config file. I was expecting it to be in the block I added the VAR value to.