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

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

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.

VCS::LibCVS::Client::Response

A common superclass for all the file update modifiying responses.
The mode of the file.
"FileMode"
The modification time of the file.
"Time"

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