Subject: | no caching of CHECKSUMS |
<+LotR> kane[work]: why doesn't cpanplus cache CHECKSUMS files? (even if
you're installing more than one module from a single author in a run, it
fetches the same CHECKSUMS for each module)
<@kane[work]> LotR: hmmm, not sure why it wouldn't from the top of my head
15:22 <@kane[work]> let me see if i can give you a quick fix, one sec
15:24 <@kane[work]> lotr: CPANPLUS::Module::Checksums, line 144: my
$file = $clone->fetch( %hash, force => 1 ) or return;
15:24 <@kane[work]> remove the 'force => 1'
15:24 <@kane[work]> lotr: if you'd be so kind as to toss me an rt ticket
for this, i'll look into it proper