1App::KGB::Commit::Tag(3U)ser Contributed Perl DocumentatiAopnp::KGB::Commit::Tag(3)
2
3
4
6 App::KGB::Commit::Tag - a helper class for describing tags
7
9 my $c = App::KGB::Commit::Tag->new(
10 { id => 4536,
11 changes => ["(M)/there"],
12 log => "fixed /there",
13 author => "My Self <mself@here.at>",
14 branch => "trunk",
15 module => "test",
16 tag_name => 'release-1.0',
17 }
18 );
19
21 App::KGB::Commit::Tag is a special sub-class of <App:KGB::Commit>, used
22 to describe simple (not annotated tags). It only add a new field,
23 tag_name.
24
26 tag_name
27 The name of the tag, e.g. "release-1.0".
28
29
30
31perl v5.32.1 2021-01-26 App::KGB::Commit::Tag(3)