* Package name : libmoosex-role-timer-perl
Version : 0.03
Upstream Author : Michael Langner (mila@cpan.org)
* URL : http://search.cpan.org/dist/MooseX-Role-Timer/
* License : GPL-1+ or Artistic
Programming Lang: Perl
Description : Role for measuring elapsed time with Time::HiRes
MooseX::Role::Timer is a Moose role that provides timers to your
object, making it easier to keep track of how long whatever actions
take. Time is measured with Time::Hires so sub-second timers are possible.
This Perl module is patched to be compatible with Any::Moose.