NAME

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

SYNOPSIS

use Test::AutoBuild::Repository::Bazaar

DESCRIPTION

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

METHODS

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

AUTHORS

Daniel Berrange

COPYRIGHT

Copyright (C) 2004-2007 Daniel Berrange

SEE ALSO

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