The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package App::GitGot;
our $AUTHORITY = 'cpan:GENEHACK';
$App::GitGot::VERSION = '1.333';
# ABSTRACT: A tool to make it easier to manage multiple git repositories.
use 5.014;
use warnings;

use App::Cmd::Setup -app;


1;

__END__

=pod

=encoding UTF-8

=head1 NAME

App::GitGot - A tool to make it easier to manage multiple git repositories.

=head1 VERSION

version 1.333

=head1 SYNOPSIS

See C<perldoc got> for usage information.

=head1 AUTHOR

John SJ Anderson <genehack@genehack.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by John SJ Anderson.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut