Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Dist::Zilla::Role::Git::Remote::Branch - Parts to enable aggregated specification of remote branches.
VERSION
version 0.2.0
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::RemoteName to provide remote_name
, then this method will expand the passed parameter remote_branch
in transit to a qualified one.
COMPOSITION
Recommended application order if using this role:
with "Dist::Zilla::Role::Plugin";
with "Dist::Zilla::Role::Git::LocalRepository";
with "Dist::Zilla::Role::Git::RemoteNames";
with "Dist::Zilla::Role::Git::RemoteName";
with "Dist::Zilla::Role::Git::Remote::Branch";
REQUIRED METHODS
remote_name
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 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.