Really, the right thing here to do would be install dev-perl/Test-Name-FromLine
as per stated dependencies in Makefile.PL, which then in turn will pull File-Slurp.
However, this module ships Test::Name::FromLine in inc/ and consumes it from there anyway,
degrading this actual usage to only File::Slurp.
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.360.0
+ test? (
+ dev-perl/File-Slurp
+ )
"
SRC_TEST="do parallel"