#! /opt/perl/bin/perl
# ABSTRACT: Automatically fetch and build the most recent git.
# PODNAME: gitgitr

use FindBin;
use lib "$FindBin::RealBin/../lib";

use App::GitGitr::Cmd;
App::GitGitr::Cmd->run;

__END__
=pod

=head1 NAME

gitgitr - Automatically fetch and build the most recent git.

=head1 VERSION

version 0.1

=head1 AUTHOR

John SJ Anderson <genehack@genehack.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2010 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

