summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-01-19 23:52:35 +1300
committerKent Fredric <kentnl@gentoo.org>2017-01-19 23:53:16 +1300
commitd9a2cea1f5c2ff1d2390548aead1a8d86e6fab6d (patch)
treefc18cf2c957d236b1cb88633fc19cb643af3d28b /dev-perl/Modern-Perl/Modern-Perl-1.201.701.170.ebuild
parentapp-text/htmldoc: security cleanup wrt bug #554262 (diff)
downloadgentoo-d9a2cea1f5c2ff1d2390548aead1a8d86e6fab6d.tar.gz
gentoo-d9a2cea1f5c2ff1d2390548aead1a8d86e6fab6d.tar.bz2
gentoo-d9a2cea1f5c2ff1d2390548aead1a8d86e6fab6d.zip
dev-perl/Modern-Perl: Bump to version 1.201.701.170
Upstream: - Added '2017' feature set - Fixed test failures against Perl 5.25 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl/Modern-Perl/Modern-Perl-1.201.701.170.ebuild')
-rw-r--r--dev-perl/Modern-Perl/Modern-Perl-1.201.701.170.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Modern-Perl/Modern-Perl-1.201.701.170.ebuild b/dev-perl/Modern-Perl/Modern-Perl-1.201.701.170.ebuild
new file mode 100644
index 000000000000..561866032923
--- /dev/null
+++ b/dev-perl/Modern-Perl/Modern-Perl-1.201.701.170.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+DIST_AUTHOR=CHROMATIC
+DIST_VERSION=1.20170117
+inherit perl-module
+
+DESCRIPTION="enable all of the features of Modern Perl with one import"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="virtual/perl-IO
+ >=virtual/perl-autodie-2.220.0"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/Module-Build-0.280.0
+ test? (
+ >=virtual/perl-Test-Simple-0.980.0
+ )"