Measure::Everything - Log::Any for Stats
- There is no need to pass
$stats
around to every method you call, 20 levels deep - There is no need for a god-object (like Catalyst's
$c
) into which you can stuff$stats
- You just
use Measure::Everything qw($stats);