Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488290 - =dev-perl/Net-Twitter-4.000.60 should depend on virtual/perl-Module-Build
Summary: =dev-perl/Net-Twitter-4.000.60 should depend on virtual/perl-Module-Build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-16 20:36 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2013-10-19 12:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2013-10-16 20:36:51 UTC
Net-Twitter in tree uses Module::Build via Build.PL, and as such, should depend on virtual/perl-Module-Build to deal with the reality that Module::Build will be dropped from core sometime at or after perl 5.20

I have PERLQAFATAL=1 in my bashrc, so it bails for me pre-emptively, in perl-module.eclass : 

einfo "Using Module::Build"
if [[ ${DEPEND} != *virtual/perl-Module-Build* && ${PN} != Module-Build ]] ; then
  eqawarn "QA Notice: The ebuild uses Module::Build but doesn't depend on it."
  eqawarn "           Add virtual/perl-Module-Build to DEPEND!"
  if [[ -n ${PERLQAFATAL} ]]; then
    eerror "Bailing out due to PERLQAFATAL=1";
    die;
  fi
fi
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2013-10-19 12:11:59 UTC
fixed, thanks.