Test::AutoBuild::Repository::Bazaar.3pm

Langue: en

Version: 2007-12-11 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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 (C) 2004-2007 Daniel Berrange

SEE ALSO

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