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

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.