App-RunCron
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/RunCron/CLI.pm view on Meta::CPAN
use Getopt::Long;
use Pod::Usage;
use Time::Piece;
use YAML::Tiny ();
use App::RunCron;
sub new {
my ($class, @argv) = @_;
local @ARGV = @argv;
my $p = Getopt::Long::Parser->new(
config => [qw/posix_default no_ignore_case bundling auto_help/],
);
$p->getoptions(\my %opt, qw/
logfile=s
timestamp
print
reporter=s
error_reporter=s
common_reporter=s
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.180 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )