summaryrefslogtreecommitdiff
blob: a0371bba5ca06f05a6dec3d5fc4a9ba50a50fb38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}