Summary: | perl-app.eclass and perl-module.eclass prevent the use of Makefile if PREFER_BUILDPL is set | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Vincent Pit <gentoo> |
Component: | Eclasses | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 239510 | ||
Attachments: | PREFER_BUILDPL behaviour fix |
Description
Vincent Pit
2007-06-29 08:58:03 UTC
Created attachment 123369 [details, diff]
PREFER_BUILDPL behaviour fix
Vincent, the description isn't accurate any more. The eclasses currently check: | if [[ ${PREFER_BUILDPL} == yes && -f Build.PL ]] ; then | einfo "Using Module::Build" | ... | elif [[ -f Makefile.PL ]] ; then | einfo "Using ExtUtils::MakeMaker" | ... | fi If you think we can improve it, please describe the problem again. I close the bug in the meantime. Thanks for your patience |