App-Timer

 view release on metacpan or  search on metacpan

lib/App/Timer.pm  view on Meta::CPAN

    }

Having done it more than once, I decided to come up with something as
smooth as possible. This is my pure Perl solution.

I found somewhat similar work done in L<Timer::Runtime>. The only issue
is that it has dependency on a non-core module L<Time::Elapse>.

=head1 SYNOPSIS

To get the timer enable for your command line tool, just add the line
below at the top of the script and you are good to go.

    use App::Timer;

Or if you don't want to pollute your script then you can do this too.

    $ perl -MApp::Timer your-script.pl

=cut

lib/App/Timer.pm  view on Meta::CPAN

=head1 REPOSITORY

L<https://github.com/manwar/App-Timer>

=head1 SEE ALSO

L<Timer::Runtime>

=head1 BUGS

Please  report any bugs or feature requests to C<bug-app-timer at rt.cpan.org>,
or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Timer>.
I will  be notified and then you'll automatically be notified of progress on your
bug as I make changes.

=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc App::Timer



( run in 0.525 second using v1.01-cache-2.11-cpan-49f99fa48dc )