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

NAME

App::TimeTracker::Command::current

DESCRIPTION

Implements the 'current' command, which shows what you're currently working on (and for how long)

  ~$ tracker current
  working 14 minutes, 53 seconds on App::TimeTracker

METHODS

usage_desc

Usage Description for Getopt::Long::Descriptive

opt_spec

Command line options definition

validate_args

Command line options validation

run

Implementation of command

AUTHOR

Thomas Klausner, <domm at cpan.org>

COPYRIGHT & LICENSE

Copyright 2008 Thomas Klausner, all rights reserved.

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