Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17786 closed defect (invalid)

p5-module-build should depend on p5-pod-readme

Reported by: vinc17@… Owned by: narf_tm@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: p5-module-build

Description

When building p5-module-build, the following message was displayed:

--->  Configuring p5-module-build
 * Optional prerequisite Pod::Readme is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation

After installing p5-pod-readme (patched Portfile, see bug #17785), no such warning.

Change History (4)

comment:1 Changed 15 years ago by vinc17@…

BTW, the last sentence of the description (about the prerequisites) should be updated.

comment:2 Changed 15 years ago by blb@…

Resolution: invalid
Status: newclosed

p5-pod-readme uses perl5.use_module_build to build, which has a dependency on p5-module-build, hence adding the former to the latter as a dependency introduces a circular dependency. Also, p5-pod-readme is only an optional module for Module::Build.

comment:3 Changed 15 years ago by vinc17@…

OK, but how about informing the user about such an optional dependency in another way, e.g. in the description?

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.