VCS::LibCVS::Datum::PathName.3pm

Langue: en

Version: 2005-10-10 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

VCS::LibCVS::Datum::PathName - A CVS datum for a CVS pathname

SYNOPSIS

   $string = VCS::LibCVS::Datum::PathName->new(["adir","/home/cvs/adir/file"]);
 
 

DESCRIPTION

A CVS Pathname, used in CVS responses. It consists of a local directory name and a repository filename. See the cvsclient docs for more info.

SUPERCLASS

VCS::LibCVS::Datum

SEE ALSO

   VCS::LibCVS::Datum