From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

VCS::Cvs - notes for the CVS implementation

SYNOPSIS

$ENV{CVSROOT} = '/cvsroot';
use VCS;

DESCRIPTION

Currently, the user needs to ensure that the environmental requirements for CVS command line tools are satisfied.

AVAILABILITY

VCS::Cvs is currently part of the main VCS distribution.

COPYRIGHT

Copyright (c) 1998-2003 Leon Brocard & Greg McCarroll. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

VCS.