Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

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



Subject: Bundle installations should skip up-to-date modules like normal.
I'm running "install Bundle::MP3" with most of the modules in Bundle::MP3 already installed. CPANPLUS will reinstall the modules in the bundle regardless of whether they're already installed. CPAN Terminal> install Bundle::MP3 Installing: Bundle::MP3 Writing Makefile for Bundle::MP3 No tests defined for Bundle::MP3 extension. Module MP3::Info already up to date; continuing anyway. Writing Makefile for MP3::Info PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/getset.......ok t/id3..........ok t/lame-info....ok t/remove.......ok All tests successful. Files=4, Tests=246, 3 wallclock secs ( 0.75 cusr + 0.25 csys = 1.00 CPU) Module Digest::MD5 already up to date; continuing anyway. Testing alignment requirements for U32... no restrictions Writing Makefile for Digest::MD5 This is a fairly major waste of time. It also makes installing Bundle;:MP3 impossible from the CPAN shell since some of the modules its trying to install hang when testing inside CPANPLUS (more on that later). Bundle installations should skip up-to-date modules, same as if I installed each one individually.