Name

Module::Provision::TraitFor::VCS - Version Control

Synopsis

use Module::Provision::TraitFor::VCS;
# Brief but working code examples

Version

This documents version v0.9.$Rev: 5 $ of Module::Provision::TraitFor::VCS

Description

Interface to Version Control Systems

Configuration and Environment

Defines the following attributes;

no_auto_rev

Do not turn on automatic Revision keyword expansion. Defaults to FALSE

Subroutines/Methods

add_to_vcs

$self->add_to_vcs( $target, $type );

Add the target file to the VCS

_reset_rev_file

$self->_reset_rev_file( $create_flag );

Resets the revision keyword counter to one if $create_flag is true, resets to zero otherwise

Diagnostics

None

Dependencies

Class::Usul
Moose::Role
MooseX::Types

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

Acknowledgements

Larry Wall - For the Perl programming language

Author

Peter Flanigan, <pjfl@cpan.org>

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