summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-01-10 09:46:36 +1300
committerKent Fredric <kentnl@gentoo.org>2018-01-10 13:05:51 +1300
commit4b7f87227650c99a95368abe692795dafc0c63c3 (patch)
treec02e03620d265a11589ef691ce183e367b4ca3f2 /dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
parentdev-perl/Sub-Exporter-Progressive: Bump to version 0.1.13 (diff)
downloadgentoo-4b7f87227650c99a95368abe692795dafc0c63c3.tar.gz
gentoo-4b7f87227650c99a95368abe692795dafc0c63c3.tar.bz2
gentoo-4b7f87227650c99a95368abe692795dafc0c63c3.zip
dev-perl/Sub-Quote: Bump to version 2.4.0
Upstream: - Test improvements - Propagate packages to deferred subs even when unnamed - Reject invalid attributes - Include line numbers of compile errors Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild')
-rw-r--r--dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
new file mode 100644
index 000000000000..c2f3eb2a2f0e
--- /dev/null
+++ b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.004000
+inherit perl-module
+
+DESCRIPTION="Efficient generation of subroutines via string eval"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+ !<dev-perl/Moo-2.3.0
+ !minimal? (
+ >=dev-perl/Sub-Name-0.80.0
+ )
+ virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=dev-perl/Test-Fatal-0.3.0
+ >=virtual/perl-Test-Simple-0.940.0
+ )
+"