Subject: | Trailing whitespace not chomped |
Coming from Config::IniFiles, I expected whitespace to behave as follows:
- allowed on both sides of the equals sign
- string doesn't break if it contains whitespace
- trailing whitespace is removed
Unfortunately whitespace at the end of a line is not removed, while the first and second requirements work correctly. This made it unacceptable for my app and I went back to Config::IniFiles.
Matt Rosin
m a t t r AT nospam.telebody.com