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

NAME

VCS::LibCVS::Datum::Root - A CVS datum for a CVS Root specification

SYNOPSIS

  $root = VCS::LibCVS::Datum::Root->new(':pserver:user@cvs.cvshome.org:/cvs');

DESCRIPTION

A CVS Root specification.

  [ : <protocol> : [ <username> @ <hostname> [ : <port> ] ] ] <rootdir>

If only the rootdir is specified, protocol will be reported as "local".

SUPERCLASS

VCS::LibCVS::Datum

INSTANCE ROUTINES

get_dir()

$dir = $root->get_dir()

return type: scalar string

The name of the root directory.

SEE ALSO

  VCS::LibCVS::Datum