Introduce Gitalist::Git::Tag.
authorZachary Stevens <zts@cryptocracy.com>
Sun, 27 Jun 2010 22:28:13 +0000 (23:28 +0100)
committerDan Brook <broq@cpan.org>
Sun, 31 Oct 2010 18:00:14 +0000 (18:00 +0000)
commitcc57f1d24f798fd6999ba99fe4e4c95a43ef76ba
treec85e7ffd20a64d7ebe32f7915afbb9028df44f37
parent72fbbef7d694cd33a18ee384938a2d5944f34c8e
Introduce Gitalist::Git::Tag.

Encapsulates a git tag.
Repository->tags is now an ArrayRef of these.
lib/Gitalist/Git/Repository.pm
lib/Gitalist/Git/Tag.pm [new file with mode: 0644]
t/02git_Repository.t
t/02git_tag.t [new file with mode: 0644]