App-Git-Info

 view release on metacpan or  search on metacpan

lib/App/Git/Info.pm  view on Meta::CPAN

    return "Displays a summary of information about the git repository.";
}

sub _description { return _abstract(); }

sub _opt_spec
{
    return ();
}

sub _validate_args
{
    my ( $self, $opt, $args ) = @_;

    # no args allowed but options!
    $self->usage_error("No args allowed") if @$args;

    return;
}

sub _execute



( run in 0.240 second using v1.01-cache-2.11-cpan-4d50c553e7e )