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

NAME

VCS::LibCVS::Client::Response::FileUpdateModifyingResponses - Classes for many Responses

SYNOPSIS

  my @responses = Client::Response->read_from_server($server_conn);

DESCRIPTION

A file update modifying response is one which affects the next file updating response. There is a class for each of them here, along with a common superclass.

Each response comes with a predetermined set of args, listed below.

SUPERCLASS

  VCS::LibCVS::Client::Response

CLASSES

VCS::LibCVS::Client::Response::FileUpdateModifyingResponse

A common superclass for all the file update modifiying responses.

VCS::LibCVS::Client::Response::Mode

The mode of the file.

  "FileMode"

VCS::LibCVS::Client::Response::Mod_time

The modification time of the file.

  "Time"

SEE ALSO

  VCS::LibCVS::Client
  VCS::LibCVS::Client::Response
  VCS::LibCVS::Client::Response::FileUpdatingResponses