![]() |
![]()
| ![]() |
![]()
NAMEModule::Release::SVN - Use Subversion with Module::Release SYNOPSISThe 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::Release SOURCE AVAILABILITYThis source is in GitHub https://github.com/briandfoy/module-release AUTHORbrian d foy, "<briandfoy@pobox.com>" COPYRIGHT AND LICENSECopyright © 2007-2025, brian d foy "<briandfoy@pobox.com>". All rights reserved. This program is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
|