Skip Menu |

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

Report information
The Basics
Id: 33766
Status: resolved
Priority: 0/
Queue: Config-General

People
Owner: tlinden [...] cpan.org
Requestors: djerius [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.37
Fixed in: (no value)



Subject: Incorrect check for defined value in AUTOLOAD method
The AUTOLOAD code in Config::General::Extended has an incorrect test for the existance of $value: if ($value) { It should be if (defined $value) { (as it is in the value() method). This leads to the inability to set a value to a anything which doesn't return a true value (such as 0 or the empty string)
fixed in 2.39.