Subject: | behavior name bug |
Date: | Tue, 13 Nov 2012 21:43:52 -0700 |
To: | bug-Hash-Merge [...] rt.cpan.org |
From: | Matt Garrett <matt.d.garrett [...] gmail.com> |
Hi,
I'm using Hash::Merge 0.12. I can specify a behavior name in lowercase but
I can't later set it because of the uc() call in set_behavior, i.e., "my
$value = uc(shift);". I wonder if you'd consider either removing the uc()
call from set_behavior, or adding one to specify_behavior to ensure that
behavior names are all in uppercase.
Thank you for writing this very useful, very customizable module. I'm using
it to manipulate thermal model data for the U.S. space program.
Matt