man VCS::Cvs () - notes for the CVS implementation

NAME

VCS::Cvs - notes for the CVS implementation

SYNOPSIS

    $ENV{CVSROOT} = '/cvsroot';
    use VCS;
    $file = VCS::File->new('vcs://localhost/VCS::Cvs/source/project/Makefile');

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.