
VCS::LibCVS::Client::Connection::Local - a connection to a local cvs server

my $conn = VCS::LibCVS::Client::Connection->new($root);

A connection to an invocation of "cvs server" on the localhost. See VCS::LibCVS::Client::Connection for an explanation of the API.
No authentication is required to establish this connection.

VCS::LibCVS::Client::Connection

VCS::LibCVS::Client VCS::LibCVS::Client::Connection