CPAN-Mini-Inject-Remote
view release on metacpan or search on metacpan
lib/CPAN/Mini/Inject/Remote.pm view on Meta::CPAN
return $response;
} # end of method add
=head2 update
Calls the update function on the remote server
=cut
sub update {
my $self = shift;
my %args = validate(@_,
{
}
);
my $ua = $self->_useragent();
my $response = $ua->request(POST $self->{remote_server}.'/update');
( run in 0.353 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )