Skip Menu |

This queue is for tickets about the Graphics-ColorNames-VACCC CPAN distribution.

Report information
The Basics
Id: 59190
Status: new
Priority: 0/
Queue: Graphics-ColorNames-VACCC

People
Owner: Nobody in particular
Requestors: spoon.reloaded [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.02
Fixed in: (no value)



Subject: eval() should be changed to hex()
my $rgb = eval "0x" . substr($line, 0, 6); should be changed to my $rgb = hex substr($line, 0, 6); because eval is evil