You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild

20 lines
358 B

# Copyright 1999-2018 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
}