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

NAME

App::Koyomi::Worker - koyomi worker module

SYNOPSIS

    use App::Koyomi::Worker;
    my $props = App::Koyomi::Worker->parse_args(@ARGV);
    App::Koyomi::Worker->new(%$props)->run;

DESCRIPTION

Koyomi worker module.

METHODS

new

Construction.

run

Runs worker.

parse_args : HashRef

Parse command-line arguments. Return option stash to construct the worker object or to show help.

SEE ALSO

koyomi, App::Koyomi::Context

AUTHORS

IKEDA Kiyoshi <progrhyme@gmail.com>

LICENSE

Copyright (C) 2015-2017 IKEDA Kiyoshi.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.