The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::GitGot::Repositories - Object holding a collection of repositories

VERSION

version 1.338

ATTRIBUTES

repos

Array of the App::GitGot::Repo objects in the collection.

METHODS

name

Given a repo name, will return a App::GitGot::Repositories object containing the subset of repos from the current object that have that name.

tags

Given a list of tag names, returns a App::GitGot::Repositories object containing the subset of repos from the current object that have one or more of those tags.

AUTHOR

John SJ Anderson <john@genehack.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by John SJ Anderson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.