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

Name

Class::Usul::Build::VCS - Version control system

Version

This document describes Class::Usul::Build::VCS version 0.15.$Revision: 279 $

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

Git::Class::Worktree
IPC::Cmd
SVN::Class

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) 2013 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