gentoo/dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild
Andreas K. Hüttel 812c31e77e
dev-perl/Tie-Hash-Method: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-09-28 20:32:11 +02:00

17 lines
311 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=YVES
DIST_VERSION=0.02
inherit perl-module
DESCRIPTION="Tied hash with specific methods overriden by callbacks"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="test? ( dev-perl/Test-Pod )"