summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-11-22 13:49:46 +1300
committerKent Fredric <kentnl@gentoo.org>2016-11-22 13:49:58 +1300
commitef395043cba7a86c8ff014425fe5c73cb14643e1 (patch)
tree45578c8f95abf5c03270a402dc1f1a14f2bb4b23 /dev-perl/Params-ValidationCompiler
parentLinux patch 4.4.34. Update gentoo kconfig patch adding CHECKPOINT_RESTORE for... (diff)
downloadgentoo-ef395043cba7a86c8ff014425fe5c73cb14643e1.tar.gz
gentoo-ef395043cba7a86c8ff014425fe5c73cb14643e1.tar.bz2
gentoo-ef395043cba7a86c8ff014425fe5c73cb14643e1.zip
dev-perl/Params-ValidationCompiler: Bump to version 0.190.0
Upstream: - Avoid syntax error combining Non-inlineable Specio types with positional params - Fix coercions and defaults on positional params not ever returning Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/Params-ValidationCompiler')
-rw-r--r--dev-perl/Params-ValidationCompiler/Manifest1
-rw-r--r--dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.190.0.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Params-ValidationCompiler/Manifest b/dev-perl/Params-ValidationCompiler/Manifest
index 1066ab6b4bbe..55273581f305 100644
--- a/dev-perl/Params-ValidationCompiler/Manifest
+++ b/dev-perl/Params-ValidationCompiler/Manifest
@@ -1 +1,2 @@
DIST Params-ValidationCompiler-0.18.tar.gz 38696 SHA256 0e17c193659beca5e9e5a8d040da21faebd6427c6426b94c4094d5d50ceebd9d SHA512 2610e8fa391ee84a76c0c47c958be3ab015f8b511fc6214c9c97d627f5a808e5af6a49c9a10ac0269ec123eb377eda305ae33c667220c3ef9a174fd91671b346 WHIRLPOOL 62ab82b4457940f5c861e059dd76cc488c50841337256580fef2623cbb1f3d350d3b5071783f5a17b4e6a592960c48e4ef3bcf4ad53872e7f1ce453aedd1cd20
+DIST Params-ValidationCompiler-0.19.tar.gz 38999 SHA256 c6c7e0945269868a2c51d2a48c825a0b267fdf58f55d7841cae63f61b06886ff SHA512 5dc07a93358fdbf7ffe17d3b0a54390013d0161dfa1d3c39a6bfdbe2feff93b61d602dc81534eda7bc3e7c2c32fc873cec2bb1dfe55b0551a88f9e67fd470e76 WHIRLPOOL 5063ea6546379bd19d6fe1b93e557409490b869519b77711319a92bcf55749128d4673fe5a559f872941fc44bbede81b3b8c6fc9b515a68ebbc25c981501555e
diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.190.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.190.0.ebuild
new file mode 100644
index 000000000000..075a25560f41
--- /dev/null
+++ b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.190.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.19
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Build an optimized subroutine parameter validator once, use it forever"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Eval-Closure
+ dev-perl/Exception-Class
+ virtual/perl-Exporter
+ >=virtual/perl-Scalar-List-Utils-1.400.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Spec
+ >=dev-perl/Specio-0.140.0
+ >=virtual/perl-Test-Simple-1.302.15
+ dev-perl/Test-Without-Module
+ dev-perl/Test2-Suite
+ dev-perl/Test2-Plugin-NoWarnings
+ )
+"