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

NAME

App::JobLog::Command::last - show details of last recorded event

VERSION

version 1.042

SYNOPSIS

 houghton@NorthernSpy:~$ job last
 Sunday,  6 March, 2011
   7:36 - 7:37 pm  0.01  widget  something to add

   TOTAL HOURS 0.01
   widget      0.01

DESCRIPTION

Without options specified App::JobLog::Command::last simply tells you the last event in the log. This is useful if you want to know whether you ever punched out, for example, or if you want to know what tags a new event will inherit, what task you would be resuming, and so forth.

You may specify tags or tags to avoid, in which case last will describe the last event matching this restriction.

SEE ALSO

App::JobLog::Command::summary, App::JobLog::Command::today, App::JobLog::Command::resume, App::JobLog::Command::tags, App::JobLog::Command::modify

AUTHOR

David F. Houghton <dfhoughton@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by David F. Houghton.

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