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

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

A CVS Root specification.
[ : <protocol> : [ <username> @ <hostname> [ : <port> ] ] ] <rootdir>
If only the rootdir is specified, protocol will be reported as "local".

VCS::LibCVS::Datum

$dir = $root->get_dir()
The name of the root directory.

VCS::LibCVS::Datum