Skip Menu |

This queue is for tickets about the Sub-Throttle CPAN distribution.

Report information
The Basics
Id: 121909
Status: new
Priority: 0/
Queue: Sub-Throttle

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

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



Subject: sleep less than a second
You have this in the documentation: my $load = 0.1; But you implement using sleep rather than Time::HiRes::usleep which probably means that the code doesn't do what you think it does in your given example.