App-AYCABTU
view release on metacpan or search on metacpan
lib/App/AYCABTU.pm view on Meta::CPAN
$msg = "$prefix$msg\n" if $msg;
print $msg;
}
if (@{$self->names}) {
warn "The following names were not found: @{$self->names}\n";
}
}
sub get_options {
my $self = shift;
local @ARGV = @_;
GetOptions(
'file=s' => sub { $self->file($_[1]) },
'verbose' => sub { $self->verbose(1) },
'quiet' => sub { $self->quiet(1) },
'list' => sub { $self->action('list') },
'update' => sub { $self->action('update') },
'status' => sub { $self->action('status') },
'show=s' => sub { $self->action('show'); $self->show($_[1]) },
'all' => sub { $self->all(1) },
'tags=s' => sub {
( run in 0.577 second using v1.01-cache-2.11-cpan-49f99fa48dc )