I was confused as to why I was getting x_x in all my timings results - @hoelzro pointed out it was expecting to find a copy of parrot, which I hadn't realised before.
As a developer just starting to use timings, or using it on a new machine, this warning will tell me what I need to get and where to put it.
@pdl Thanks for the change; would you mind changing the -d ... or ... to unless(-d ...) { ... }? It's a matter of personal preference, but I'm not a big fan of the $condition or $action idiom.
I was confused as to why I was getting
x_x
in all my timings results - @hoelzro pointed out it was expecting to find a copy of parrot, which I hadn't realised before.As a developer just starting to use timings, or using it on a new machine, this warning will tell me what I need to get and where to put it.