Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

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

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

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



Subject: tests depend on several modules, not listed as prerequisites
Running perl, v5.8.6 built for darwin-thread-multi-2level (That's Mac OS X 10.4.7) installing CPANPLUS via CPAN fails make test for me because the following modules were not installed: Log::Message Archive::Extract Package::Constants Object::Accessor Module::Loaded File::Fetch Please add to prerequisites read by CPAN
From: wilco [...] nakedape.cc
On Tue Aug 29 17:34:16 2006, DPISONI wrote: Show quoted text
> Running perl, v5.8.6 built for darwin-thread-multi-2level > (That's Mac OS X 10.4.7)
Confirmed on AIX 5.3, v5.8.7. Also: Module::CoreList
On Tue Aug 29 17:34:16 2006, DPISONI wrote: Show quoted text
> Running perl, v5.8.6 built for darwin-thread-multi-2level > (That's Mac OS X 10.4.7) > > installing CPANPLUS via CPAN fails make test for me because the > following modules were not > installed: > > Log::Message > Archive::Extract > Package::Constants > Object::Accessor > Module::Loaded > File::Fetch > > > Please add to prerequisites read by CPAN
CPAN.pm (as of recent versions) consider the shipped META.yml file authoritive for prerequisites declarations, rather than the Makefile/Build files. See sub CPAN::Distribution::prereq_pm for details. CPANPLUS as of 0.074 should work with CPAN.pm again, it will be on a mirror near you shortly.