Subject: | Imager::Color->new(color_name) warning if HOME environment variable not set |
Imager::Color::_get_gimp_color() does:
$work =~ s/\$HOME/$ENV{HOME}/;
without checking that $ENV{HOME} is set.
This can cause runtime warnings.
This should check for taintedness too.