The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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.

SUPERCLASS

  VCS::LibCVS::Client::Connection

SEE ALSO

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