Subject: | CPANPLUS won't upgrade Module::Build |
I am trying to upgrade Module::Build on my system. Here is the error that I get from CPANPLUS::Backend:
**** error output ****
/opt/ActivePerl-5.8/bin/perl-static -Ilib -I/opt/ActivePerl-5.8/lib/site_perl/5.8.7/ Build.PL
Checking whether your kit is complete...
Looks good
* Optional prerequisite Module::Signature isn't installed
* Optional prerequisite ExtUtils::ParseXS isn't installed
* Optional prerequisite ExtUtils::CBuilder isn't installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation.
Feature 'YAML_support' disabled because of the following prerequisite failures:
* Prerequisite YAML isn't installed
Deleting Build
Removed previous script 'Build'
Creating new 'Build' script for 'Module-Build' version '0.2611'
[ERROR] Could not create Module::Build object: * ERROR: Configuration was initially created with Module::Build version '0.2611',
but we are now using version '0.26081'. Please re-run the Build.PL or Makefile.PL script.
Could not find or check module 'YAML' [THIS MAY BE A PROBLEM!] at /opt/ActivePerl-5.8/lib/site_perl/5.8.7/CPANPLUS/Dist/Build.pm line 310
[ERROR] You don't have 'Test::Reporter' (or modules required by 'Test::Reporter') installed, you cannot report test results.
[ERROR] Failed to send test report for 'Module::Build'
**** error output ****
I am running perl 5.8.7 with CPANPLUS 0.055. As you can see, I am trying to upgrade to Module::Build 0.2611
Trevor