summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild')
-rw-r--r--dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild
deleted file mode 100644
index cadf9d72d7bf..000000000000
--- a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=HAARG
-DIST_VERSION=0.002003
-inherit perl-module
-
-DESCRIPTION="Optimized type checks for Moo + Type::Tiny"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-perl/Moo
- dev-perl/Type-Tiny
-"
-BDEPEND="${RDEPEND}
- dev-perl/Module-Build
- virtual/perl-ExtUtils-MakeMaker
-"