summaryrefslogtreecommitdiff
path: root/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.90.0.ebuild
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-10 19:33:59 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-10 19:44:12 +0200
commitfb76bfa28f53a0b10bdd6cf0e66828f9fe81e507 (patch)
tree2763e2a03f0818b6090c2f19436ca7d9e4df9132 /dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.90.0.ebuild
parent3942bc4b156855480c1017670a9dcc7a09e6beea (diff)
downloadgentoo-fb76bfa28f53a0b10bdd6cf0e66828f9fe81e507.tar.gz
gentoo-fb76bfa28f53a0b10bdd6cf0e66828f9fe81e507.tar.bz2
gentoo-fb76bfa28f53a0b10bdd6cf0e66828f9fe81e507.zip
dev-perl/Class-Data-Inheritable: Version bump 0.09
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.90.0.ebuild')
-rw-r--r--dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.90.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.90.0.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.90.0.ebuild
new file mode 100644
index 000000000000..172426cce422
--- /dev/null
+++ b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.90.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RSHERER
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="Inheritable, overridable class data"
+# License note: Artistic only for one file
+# https://rt.cpan.org/Public/Bug/Display.html?id=132835
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+PERL_RM_FILES=(
+ t/pod.t
+ t/pod-coverage.t
+)