Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

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

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

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



Subject: Missing prereqs listed multiple times
See http://www.nntp.perl.org/group/perl.cpan.testers/185081 In some cases prereqs are specified but not installed using CPANPLUS::Backend. Why does it send a test report if prereqs were specified but not installed?
[guest - Wed Feb 23 12:21:03 2005]: Show quoted text
> See http://www.nntp.perl.org/group/perl.cpan.testers/185081 > > In some cases prereqs are specified but not installed using > CPANPLUS::Backend. Why does it send a test report if prereqs were > specified but not installed?
It actually doesn't -- if you look closely, you will see this line: [MSG] [Fri Feb 18 22:14:24 2005] Module 'Lemonldap::Config::Parameters' requires 'IPC:: Shareable' version '0' to be installed Meaning 'IPC::Shareable' is listed as a prereq.. the prereq it looks for but can not find is: IPC/Semaphore.pm On the issue of mulltiple mentions (as your subject indicates), i've addeda 'grep unique' to the output listing, as of patch 11987