Test::AutoBuild::Repository::Darcs.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

   use Test::AutoBuild::Repository::Darcs
 
 

DESCRIPTION

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

METHODS

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

AUTHORS

Daniel Berrange Copyright (C) 2004 Daniel Berrange

SEE ALSO

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