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

Gitalist::Model::CollectionOfRepos - Model::CollectionOfRepos module for Gitalist

DESCRIPTION

This Model is a factory for an object implementing the Gitalist::Git::CollectionOfRepositories interface.

The simple options passed on the command line (like --repo_dir), a class will by picked by default Gitalist::Git::CollectionOfRepositories::FromDirectory.

This can be overridden from config by explicitly passing in a class name and args for that class in config:

    <Model::CollectionOfRepos>
        class MyClassName
        <args>
            ...
        </args>
    </Model::CollectionOfRepos>

AUTHORS

See Gitalist for authors.

LICENSE

See Gitalist for the license.