dev-perl/IO-Util: Enable tests
authorKent Fredric <kentnl@gentoo.org>
Thu, 26 Oct 2017 04:30:48 +0000 (17:30 +1300)
committerKent Fredric <kentnl@gentoo.org>
Thu, 26 Oct 2017 04:32:57 +0000 (17:32 +1300)
- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild [new file with mode: 0644]

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 (file)
index 0000000..a0371bb
--- /dev/null
@@ -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
+}