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::Check - Check a remote branch is not ahead of a local one
VERSION
version 0.1.2
PARAMETERS
report_commits
METHODS
report_commits
check_remote
REQUIRED METHODS
git
Must return a Git::Wrapper or compatible instance.
Available from:
remote_branch
Must return a string value of a fully qualified branch name, e.g.: origin/master
Available from:
branch
Must be implemented by the consuming plugin. ( Presently I know of no roles that provide this method ).
Must return a string value of a branch name, e.g.: master
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.