Skip Menu |

This queue is for tickets about the webtools CPAN distribution.

Report information
The Basics
Id: 19312
Status: new
Priority: 0/
Queue: webtools

People
Owner: Nobody in particular
Requestors: snoitaerc [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.27
Fixed in: (no value)



Subject: ImagePwd produces warnings.
ImagePwd seems to produce warnings. In the code I have found that cell is used in a ~s/// statement before it checks if the value exists and sets it to 0, by moving it up seems to fix the bug. Another problem is the rand() function used in hex() in bare form. Shouldn't you int() the rand() since rand() outputs a floating point value therfore rsulting in a warning. After doing these fixes it seems to have stopped the warnings.