Skip Menu |

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

Report information
The Basics
Id: 66050
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: Config-Auto

People
Owner: BINGOS [...] cpan.org
Requestors: kapet3 [...] seznam.cz
Cc:
AdminCc:

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



Subject: space format - spaces at the end of line
It seems that spaces at the end of line cause that a reference to an array is created instead of just a single hash item. E.g. having a config file like this dir /dir/1 ^^^ spaces with spaces at the end of line, will give $CFG = { 'DIR' => [ '/dir/1' ] }; instead of just $CFG = { 'DIR' => '/dir/1' }; Version 0.20 was ok, version 0.30 is not (Fedora 12, 64 bit, Perl 5.10.0, and also Centos 5.5, 32bit, Perl 5.8.8).
Thanks for the ticket. This appears to have been a regression. I have resolved the issue and uploaded version 0.32 to CPAN. Many thanks.
Thanks for the ticket. This appears to have been a regression. I have resolved the issue and uploaded version 0.32 to CPAN. Many thanks.