Skip Menu |

This queue is for tickets about the Benchmark-Forking CPAN distribution.

Report information
The Basics
Id: 83163
Status: new
Priority: 0/
Queue: Benchmark-Forking

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

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



Subject: Wishlist: respect :hireswallclock for drop in compatibiilty
I wish I could upgrade Benchmark code with a simple s/Benchmark/Benchmark::Forking/ but it fails if I have :hireswallclock in the Benchmark import list. It would be great if Benchmark::Forking could detect it and pass it through. My workaround was to load Benchmark first: use Benchmark qw/:hireswallclock/; use Benchmark::Forking qw/ ... /; If you don't implement it, perhaps you could document the workaround instead for the next clueless fellow. :-) Thanks for a great module! David