-
-
24 Jan 2016 21:19:21 UTC
- Distribution: App-JobLog
- Module version: 1.042
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (633 / 19 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (274.46KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- App::Cmd::Setup
- Carp
- Class::Autouse
- Config::Tiny
- DateTime
- DateTime::TimeZone
- Exporter
- File::HomeDir
- File::Path
- File::ReadBackwards
- FileHandle
- IO::All
- Modern::Perl
- Module::Build
- Term::ReadKey
- Text::Wrap
- Text::WrapI18N
- autouse
- base
- constant
- if
- overload
- parent
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
App::JobLog::Command::parse - parse a time expression
VERSION
version 1.042
DESCRIPTION
If you are getting strange results with summary, the problem might be the time expression you're using. This command lets you see how your expression is getting parsed.
It repeats to you the phrase it has parsed, prints out the start and end time of the corresponding interval, and finally, whether it understands itself to have received an expression of the form <date> or <date> <separator> <date>, the latter form being called an "interval" for diagnostic purposes.
SEE ALSO
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.
Module Install Instructions
To install App::JobLog, copy and paste the appropriate command in to your terminal.
cpanm App::JobLog
perl -MCPAN -e shell install App::JobLog
For more information on module installation, please visit the detailed CPAN module installation guide.