CPAN-Mini
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/CPAN/Mini.pm view on Meta::CPAN
#pod
#pod * C<no_conn_cache>
#pod
#pod If true, no connection cache will be established. This is mostly useful as a
#pod workaround for connection cache failures.
#pod
#pod =end :list
#pod
#pod =cut
sub update_mirror {
my $self = shift;
$self = $self->new(@_) unless ref $self;
unless ($self->{offline}) {
my $local = $self->{local};
$self->log("Updating $local");
$self->log("Mirroring from $self->{remote}");
$self->log("=" x 63);
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.482 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )