commit: 81d12a97a9daa4618be25edfeb43fb38e88b1add Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Thu Oct 26 04:30:48 2017 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Thu Oct 26 04:32:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d12a97
dev-perl/IO-Util: Enable tests - EAPI6 - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild b/dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild new file mode 100644 index 00000000000..a0371bba5ca --- /dev/null +++ b/dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DOMIZIO +DIST_VERSION=1.5 +inherit perl-module + +DESCRIPTION="A selection of general-utility IO function" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_test() { + perl_rm_files t/test_pod.t t/test_pod_coverage.t + perl-module_src_test +}