table of contents
other versions
- trixie 1.61-1
- trixie-backports 1.62-2~bpo13+1
- testing 1.62-2
- unstable 1.62-2
| App::KGB::Commit(3pm) | User Contributed Perl Documentation | App::KGB::Commit(3pm) |
NAME¶
App::KGB::Commit - a single commit
SYNOPSIS¶
my $c = App::KGB::Commit->new(
{ id => 4536,
changes => ["(M)/there"],
log => "fixed /there",
author => "My Self <mself@here.at>",
branch => "trunk",
module => "test",
}
);
DESCRIPTION¶
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.
FIELDS¶
CONSTRUCTOR¶
new ( { initial field values } )¶
Standard constructor. Accepts a hashref with field values.
OVERLOADS¶
- stringify
- Returns a text representation of the commit object
| 2025-09-02 | perl v5.40.1 |