NAME
Module::Release::CVS - Methods for committing packages to CVS.
SYNOPSIS
Right now, there are no user-servicable parts inside. However, this has been split out like this so that there can be in the future.
VERSION
Version 0.22
$Header: /cvsroot/brian-d-foy/release/lib/CVS.pm,v 1.1 2004/09/02 01:38:49 comdog Exp $
check_cvs()
Check the state of the CVS repository
cvs_tag()
Tag the release in local CVS
make_cvs_tag()
By default, examines the name of the remote file (i.e. Foo-Bar-0.04.tar.gz) and constructs a CVS tag like RELEASE_0_04
from it. Override this method if you want to use a different tagging scheme.