The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Stopwatch - simple console stopwatch

VERSION

version 1.2.0

DESCRIPTION

Just a simple stopwatch. Run 'stopwatch' in your console and you will see changing numbers:

    00:00:00
    00:00:01
    00:00:02
    ...

Use ctrl+c to stop stopwatch.

The max time the stopwatch can handle is 99 hours, 59 minutes and 59 seconds. After that the stopwatch will stop.

This project uses Semantic Versioning standart for version numbers. Please visit http://semver.org/ to find out all about this great thing.

SEE ALSO

App::stopw

AUTHOR

Ivan Bessarabov <ivan@bessarabov.ru>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Ivan Bessarabov.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.