The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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