The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::AutoBuild::Repository::Git - A repository for Git

SYNOPSIS

  use Test::AutoBuild::Repository::Git

DESCRIPTION

This module provides a repository implementation for the Git revision control system. It requires that the 'git' command version 1.5 or higher be installed. It has full support for detecting updates to an existing checkout.

METHODS

my $repository = Test::AutoBuild::Repository::Git->new( );

AUTHORS

Daniel Berrange

COPYRIGHT

Copyright (C) 2004-2007 Daniel Berrange

SEE ALSO

perl(1), Test::AutoBuild::Repository