App-JobLog 1.042 Latest
Kwalitee Issues
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: App::JobLog, App::JobLog::Vacation::Period
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: App::JobLog, App::JobLog::Vacation::Period
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
Modules
Name | Abstract | Version | View |
---|---|---|---|
App::JobLog | base of work log application | 1.042 | metacpan |
App::JobLog::Command | common functionality of App::JobLog commands | 1.042 | metacpan |
App::JobLog::Command::add | log an event | 1.042 | metacpan |
App::JobLog::Command::configure | examine or modify App::JobLog configuration | 1.042 | metacpan |
App::JobLog::Command::done | close last open event | 1.042 | metacpan |
App::JobLog::Command::edit | edit the log | 1.042 | metacpan |
App::JobLog::Command::info | provides general App::JobLog information | 1.042 | metacpan |
App::JobLog::Command::last | show details of last recorded event | 1.042 | metacpan |
App::JobLog::Command::modify | modify last logged event | 1.042 | metacpan |
App::JobLog::Command::note | take a note | 1.042 | metacpan |
App::JobLog::Command::parse | parse a time expression | 1.042 | metacpan |
App::JobLog::Command::resume | resume last closed task | 1.042 | metacpan |
App::JobLog::Command::summary | show what you did during a particular period | 1.042 | metacpan |
App::JobLog::Command::tags | show what tags you have used | 1.042 | metacpan |
App::JobLog::Command::today | show what has happened today | 1.042 | metacpan |
App::JobLog::Command::truncate | decapitate the log | 1.042 | metacpan |
App::JobLog::Command::vacation | controller for vacation dates | 1.042 | metacpan |
App::JobLog::Command::when | when you'll be done for the day | 1.042 | metacpan |
App::JobLog::Config | central depot for App::JobLog configuration parameters and controller allowing their modification | 1.042 | metacpan |
App::JobLog::Log | the code that lets us interact with the log | 1.042 | metacpan |
App::JobLog::Log::Day | collects events and vacation in a complete day | 1.042 | metacpan |
App::JobLog::Log::Event | basically adds an end time to App::JobLog::Log::Line events | 1.042 | metacpan |
App::JobLog::Log::Format | pretty printer for log | 1.042 | metacpan |
App::JobLog::Log::Line | encapsulates one line of log text | 1.042 | metacpan |
App::JobLog::Log::Note | timestamped annotation in log | 1.042 | metacpan |
App::JobLog::Log::Synopsis | consolidates App::JobClock::Log::Event objects for display | 1.042 | metacpan |
App::JobLog::Time | consolidates basic time functions into one location | 1.042 | metacpan |
App::JobLog::TimeGrammar | parse natural (English) language time expressions | 1.042 | metacpan |
App::JobLog::Vacation | controller for the vacation model | 1.042 | metacpan |
App::JobLog::Vacation::Period | extension of L<App::JobLog::Log::Event> to handle special properties of vacation periods | 1.042 | metacpan |