Ticket #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
comment:2 Changed 4 years ago by blb@…
- Status changed from new to closed
- Resolution set to invalid
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.
Note: See
TracTickets for help on using
tickets.


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