Subject: | extract_views() uses faulty rounding. |
Just adding 0.9 and int()ing the result does NOT round up to the nearest whole number:
$ perl -e 'print .02 + 0.9'
0.92
You need to either use POSIX ceil() or create your own.
This queue is for tickets about the Net-Gopher CPAN distribution.
The Basics
People
|
Bug Information
|