Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 13143
Status: resolved
Priority: 0/
Queue: Imager

People
Owner: TONYC [...] cpan.org
Requestors: TONYC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.45
Fixed in: (no value)



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.
Fixed for 0.46.