App::KGB::Client::Fake
Fake KGB client
- Provided by: kgb-client (Version: 1.55-2)
- Source: kgb-bot
- Report a bug
Fake KGB client
use App::KGB::Client::Fake;
my $client = App::KGB::Client::Fake(
# common App::KGB::Client parameters
repo_id => 'my-repo',
...
);
$client->process;
App::KGB::Client::Fake generates a fake commit. It is useful when testing client-server communication separately from SCM setup. See kgb-client(1)'s "--fake" option.
Standard constructor. Accepts no arguments.
None.
All subsequential invocations return undef.