Alex Taler > VCS-LibCVS-1.0002 > VCS::LibCVS::Datum::PathName

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::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