|
NAMEModule::Release::SVN - Use Subversion with Module::ReleaseSYNOPSISThe release script automatically loads this module if it sees a .svn directory. The module exports check_cvs, cvs_tag, and make_cvs_tag.DESCRIPTION"Module::Release::SVN" is a plugin for "Module::Release", and provides its own implementations of the "check_vcs()" and "vcs_tag()" methods that are suitable for use with a Subversion repository rather than a CVS repository.These methods are automatically exported in to the callers namespace using Exporter. You should only use it from "Module::Release" or its subclasses. This module depends on the external svn binary (so far).
SEE ALSOModule::ReleaseSOURCE AVAILABILITYThis source is in GitHubhttps://github.com/briandfoy/module-release AUTHORbrian d foy, "<bdfoy@cpan.org>"COPYRIGHT AND LICENSECopyright © 2007-2021, brian d foy "<bdfoy@cpan.org>". All rights reserved.This program is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
Visit the GSP FreeBSD Man Page Interface. |