VCS::LibCVS::Datum::Root.3pm

Langue: en

Autres versions - même langue

Version: 2005-10-10 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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