Gerrit-Client
view release on metacpan or search on metacpan
lib/Gerrit/Client.pm view on Meta::CPAN
=head1 VARIABLES
=over
=item B<@Gerrit::Client::SSH>
The ssh command and initial arguments used when Gerrit::Client invokes
ssh.
# force IPv6 for this connection
local @Gerrit::Client::SSH = ('ssh', '-oAddressFamily=inet6');
my $stream = Gerrit::Client::stream_events ...
The default value is C<('ssh')>.
=item B<@Gerrit::Client::GIT>
The git command and initial arguments used when Gerrit::Client invokes
git.
# use a local object cache to speed up initial clones
( run in 0.410 second using v1.01-cache-2.11-cpan-87723dcf8b7 )