Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 38324
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: martijn [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Thanks for reporting; I've just committed a patch that will cache checksums files for upto 3600 seconds (ie, 1 hour) to avoid continuous refetching during a build process.