dev-perl/Params-ValidationCompiler: Bump to version 0.190.0
authorKent Fredric <kentnl@gentoo.org>
Tue, 22 Nov 2016 00:49:46 +0000 (13:49 +1300)
committerKent Fredric <kentnl@gentoo.org>
Tue, 22 Nov 2016 00:49:58 +0000 (13:49 +1300)
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

dev-perl/Params-ValidationCompiler/Manifest
dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.190.0.ebuild [new file with mode: 0644]

index 1066ab6b4bbed3534e5ecc466b7fedf0c3359017..55273581f30557f5a9804b7b99386bdd5354a593 100644 (file)
@@ -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 (file)
index 0000000..075a255
--- /dev/null
@@ -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
+       )
+"