Group
Extension

Matches 2

App-Jiffy ( L/LJ/LJR/App-Jiffy-0.09.tar.gz, LJR, 2020; MetaCPAN )
App-Jiffy/lib/App/Jiffy.pm ( view source; MetaCPAN )
w::Timesheet;
use App::Jiffy::Util::Duration qw/round/;

use YAML::Any qw( LoadFile );
use JSON::MaybeXS 'JSON';

use Getopt::Long;
Getopt::Long::Configure("pass_through");

use Moo;

has cfg => (
  i
duration ) ); $_ } @entries;
  }

  if ( $options->{json} ) {
    my $json = JSON::MaybeXS->new( pretty => 1, convert_blessed => 1 );
    print $json->encode( \@entries );
  } else {
    $options->{fr
ntries Found\n";
    return;
  }

  if ( $options->{json} ) {
    my $json = JSON::MaybeXS->new( pretty => 1, convert_blessed => 1 );
    print $json->encode( \@entries );
  } else {
    $options->{fr
App-Jiffy ( L/LJ/LJR/App-Jiffy-0.09.tar.gz, LJR, 2020; MetaCPAN )
App-Jiffy/lib/App/Jiffy/TimeEntry.pm ( view source; MetaCPAN )
->{start_time},
    cfg        => $cfg,
  );
}

=head2 TO_JSON

C<TO_JSON> will return the entry as a JSON convertible hash.

=cut

sub TO_JSON {
  my $self = shift;

  {
    start_time => $self->star

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.