CPAN-Mini
view release on metacpan or search on metacpan
lib/CPAN/Mini.pm view on Meta::CPAN
154155156157158159160161162163164165166167168169170171172173#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);
( run in 0.247 second using v1.01-cache-2.11-cpan-bf8d7bb2d05 )