RT for rt.cpan.org
Skip Menu
|
Bug #59190 for Graphics-ColorNames-VACCC: eval() should be changed to hex()
Active bugs
Resolved bugs
Rejected bugs
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)
History
Show all quoted text
Thu Jul 08 00:31:19 2010
https://launchpad.net/~newacct - Ticket created
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