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