App::GitGot::Repositories - Object holding a collection of repositories
Array of the "App::GitGot::Repo" objects in
the collection.
Given a repo name, will return a App::GitGot::Repositories object containing the
subset of repos from the current object that have that name.
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.
John SJ Anderson <john@genehack.org>
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.