App::KGB::Commit
a single commit
- Provided by: kgb-client (Version: 1.33-2ubuntu1)
- Source: kgb-bot
- Report a bug
a single commit
my $c = App::KGB::Commit->new(
{ id => 4536,
changes => ["(M)/there"],
log => "fixed /there",
author => "My Self <mself@here.at>",
branch => "trunk",
module => "test",
}
);
App::KGB::Change encapsulates a single commit. A commit has several properties: an ID, a list of changes, an author, a log message, optionally also a branch and a module.
Standard constructor. Accepts a hashref with field values.