summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-28 20:24:17 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-28 20:32:11 +0200
commit812c31e77e4d2c0540d21c88230518910373e961 (patch)
treed953e951cac66413f103b437150f7e7fef161277 /dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild
parentdev-perl/Tie-EncryptedHash: EAPI=8 bump (diff)
downloadgentoo-812c31e77e4d2c0540d21c88230518910373e961.tar.gz
gentoo-812c31e77e4d2c0540d21c88230518910373e961.tar.bz2
gentoo-812c31e77e4d2c0540d21c88230518910373e961.zip
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>
Diffstat (limited to 'dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild')
-rw-r--r--dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild b/dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild
new file mode 100644
index 000000000000..87411175d04a
--- /dev/null
+++ b/dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild
@@ -0,0 +1,16 @@
+# 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 )"