Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: terry.simons [...] gmail.com
Cc:
AdminCc:

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



Subject: Config::General doesn't properly interpolate variables with a minus sign.
If I do something like: foo=quux <Baz Bar> frobnitz=${foo} </Baz> Things work as expected... However, my real configuration looked something like: foo-bar=quux <Baz Bar> frobnitz=${foo-bar} </Baz> This doesn't work (foo-bar isn't interpolated)... apparently because of the "-" in the variables names.
fixed in 2.38