Wed Jul 07 04:16:59 2010https://launchpad.net/~newacct - Ticket created
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
Fri Nov 01 17:48:36 2013kirsle [...] cpan.org - Correspondence added
> 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
Fri Nov 01 17:48:36 2013The RT System itself - Status changed from 'new' to 'open'
Fri Nov 01 17:48:36 2013kirsle [...] cpan.org - Status changed from 'open' to 'resolved'