summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Lexical-Persistence/Lexical-Persistence-1.23.0.ebuild')
-rw-r--r--dev-perl/Lexical-Persistence/Lexical-Persistence-1.23.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/Lexical-Persistence/Lexical-Persistence-1.23.0.ebuild b/dev-perl/Lexical-Persistence/Lexical-Persistence-1.23.0.ebuild
deleted file mode 100644
index 4921d1775984..000000000000
--- a/dev-perl/Lexical-Persistence/Lexical-Persistence-1.23.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RCAPUTO
-DIST_VERSION=1.023
-inherit perl-module
-
-DESCRIPTION="Bind lexicals to persistent data"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# constant -> perl
-RDEPEND="
- >=dev-perl/PadWalker-1.960.0
- >=dev-perl/Devel-LexAlias-0.50.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.300.0
- test? (
- >=virtual/perl-Carp-1.260.0
- >=virtual/perl-Scalar-List-Utils-1.290.0
- >=virtual/perl-Test-Simple-0.980.0
- )
-"
-src_test() {
- perl_rm_files "t/02_pod.t" "t/03_pod_coverage.t" "t/release-pod-coverage.t" "t/release-pod-syntax.t"
- perl-module_src_test
-}