Why not adopt me?
NAME
Dist::Zilla::Role::Git::Remote::Branch - Parts to enable aggregated specification of remote branches.
VERSION
version 0.1.2
PARAMETERS
remote_branch
The name of the branch as it is on the remote side, in String form.
e.g: master
METHODS
remote_branch
If used in conjunction with Dist::Zilla::Role::Git::Remote to provide remote
, then this method will expand the passed parameter remote_branch
in transit to a qualified one.
REQUIRED METHODS
git
Must return a Git::Wrapper or compatible instance.
Available from:
remote
Must return a String value representing a remote name ( as displayed in git remote
).
Available from:
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Kent Fredric <kentnl@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.