Skip Menu |

This queue is for tickets about the Tk-HyperText CPAN distribution.

Report information
The Basics
Id: 59155
Status: resolved
Priority: 0/
Queue: Tk-HyperText

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

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



Subject: eval() should be changed to hex()
In the source code of your Tk::HyperText module, eval "0x$hex;" is used twice. eval() is dangerous and unnecessary here. It would be better to just say hex $hex
On Wed Jul 07 04:16:59 2010, https://launchpad.net/~newacct wrote: Show quoted text
> In the source code of your Tk::HyperText module, > eval "0x$hex;" > is used twice. eval() is dangerous and unnecessary here. It would be > better to just say > hex $hex
Fixed in version 0.08