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

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

The file updating responses are those which indicate a change to the status of a file in the working directory. Each of them has a class 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 updating responses.
"PathName" "Entry"
"PathName" "Entry"
"PathName" "Entry" "FileMode" "FileContents"
"PathName" "Entry" "FileMode" "FileContents"
"PathName" "Entry" "FileMode" "FileContents"
"PathName" "Entry" "FileMode" "FileContents"
"PathName" "Entry" "FileMode" "FileContents"
"PathName"
"PathName"

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