Dist::Zilla::Role::Git::Repo
Provide repository information for Git plugins
Provide repository information for Git plugins
version 2.025
This role is used within the Git plugins to get information about the repository structure, and to create a Git::Wrapper object.
The repository root, either as a full path or relative to the distribution root. Default is ".".
$git = $plugin->git;
This method returns a Git::Wrapper object for the "repo_root" directory, constructing one if necessary. The object is shared between all plugins that consume this role (if they have the same "repo_root").
Jerome Quelin
This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.