summaryrefslogtreecommitdiff
path: root/dev-perl/Tie-ShadowHash/Tie-ShadowHash-2.10.0.ebuild
blob: fa4c01c82cc1e77df283512247c4f2cf72c21321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=RRA
DIST_VERSION=2.01
inherit perl-module

DESCRIPTION="Merge multiple data sources into a hash"

SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="
	>=dev-perl/Module-Build-0.280.0
"