Subject: | Use of uninitialized value within @_ in lc with perl 5.12 |
Perl 5.12.0 (currently in experimental) adds new uninitialized value
warnings for the lc* and uc* functions. One of these gets triggered by
Graphics::ColorObject:
$ perl -MGraphics::ColorObject -we
'Graphics::ColorObject->new_RGBhex("#ff0000")'
Use of uninitialized value within @_ in lc at
/usr/share/perl5/Graphics/ColorObject.pm line 1905.