
Dist::Zilla::Role::Git::Remote::Update - Update tracking data for a remote repository

version 0.1.2

do_updateBoolean: Specify whether or not the "do_update" method does anything.
Defaults to 1 ( true ), and setting it to a false value will disable updating.

do_updateBoolean: Returns whether the consuming plugin should perform updates.
Normally returns 1 ( true ) unless specified otherwise.
remote_updateCalls git remote update $remote when triggered,
if do_update is true.

gitMust return a Git::Wrapper or compatible instance.
Available from:
remoteMust return a String value representing a remote name ( as displayed in git remote ).
Available from:
logExpected to take parameters as follows:
->log( [ 'FormatString %s' , $formatargs ] )
Available from:

Kent Fredric <kentnl@cpan.org>

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.