The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Git::Gitalist::Object::Tag - Git::Object::Tag module forGit::Gitalist

SYNOPSIS

    my $tag = Repository->get_object($tag_sha1);

DESCRIPTION

Represents a tag object in a git repository. Subclass of Git::Gitalist::Object.

ATTRIBUTES

tag

tagger

tagged_time

object

METHODS

AUTHORS

See Git::Gitalist for authors.

LICENSE

See Git::Gitalist for the license.