App::KGB::Client::CVS(3pm) | User Contributed Perl Documentation | App::KGB::Client::CVS(3pm) |
App::KGB::Client::CVS - KGB interface to CVS
use App::KGB::Client::CVS; my $client = App::KGB::Client::CVS( # common App::KGB::Client parameters repo_id => 'my-repo', ... # CVS-specific cvs_root => $ENV{CVSROOT}, author => $ENV{USER}, directory => 'module/dir', ); $client->run;
App::KGB::Client::CVS provides CVS-specific retrieval of commits and changes for App::KGB::Client.
Standard constructor. Accepts inline hash with initial field values.
App:KGB::Client::CVS defines the following additional fields:
As a convention, the first path member is taken as a module.
All subsequential invocations return undef.
2024-01-01 | perl v5.36.0 |