Name
Class::Usul::Build::VCS - Version control system
Version
This document describes Class::Usul::Build::VCS version 0.1.$Revision: 818 $
Synopsis
use Class::Usul::Build::VCS;
$vcs_object = Class::Usul::Build::VCS->new;
Description
Proxies methods for either SVN::Class or Git::Class::Worktree depending on which is being used by the application
Subroutines/Methods
commit
$result = $self->commit( $message );
Commits all outstanding updates with the supplied message
error
$error = $self->error;
Returns the last VCS error
repository
$uri = $self->repository;
Returns the URI of the VCS repository
tag
$self->tag( $tag )
Creates a tagged copy of trunk
Configuration and Environment
None
Diagnostics
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Author
Peter Flanigan, <Support at RoxSoft.co.uk>
License and Copyright
Copyright (c) 2012 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE