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 {

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 2.577 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-cec75d87357c )