in reply to Dependency hell: Bundle::CPAN, Pod::Coverage and Module::Build

It sounds like you opted to not install ExtUtils::CBuilder when you first installed Module::Build. It uses that module to do its XS building. Also, you can do a force install Module::Build to get your CPAN shell to install something it thinks is already the highest version.

⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

  • Comment on Re: Dependency hell: Bundle::CPAN, Pod::Coverage and Module::Build
  • Download Code

Replies are listed 'Best First'.
Re^2: Dependency hell: Bundle::CPAN, Pod::Coverage and Module::Build
by jkeenan1 (Deacon) on Apr 30, 2006 at 18:57 UTC
    Diotalevi:

    Your diagnosis and prescription were both correct. Once I installed ExtUtils::CBuilder on the server, I was able to do a force install Module::Build and get everything to DWIM.

    Thanks again.

    Jim Keenan
Re^2: Dependency hell: Bundle::CPAN, Pod::Coverage and Module::Build
by jkeenan1 (Deacon) on Apr 30, 2006 at 18:39 UTC
    Not so. I've had v0.03 of ExtUtils::CBuilder installed ever since I first installed Perl (then, 5.8.4) on this laptop.

    UPDATE: My mistake. I was confusing a problem on my laptop with one on my server. I do not have ExtUtils::CBuilder installed on the server (and I'm not sure why not). I'll install it and try again.

    Thanks, Perrin Diotalevi.

    Jim Keenan