Alex Taler > VCS-LibCVS > VCS::LibCVS::Datum::Root

Download:
VCS-LibCVS-1.0002.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  2
View Bugs
Report a bug
Source  

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