pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Params-ValidationCompiler Updated p5-Params-V...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ebf5c8f134c8
branches: trunk
changeset: 354704:ebf5c8f134c8
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 07 10:45:25 2016 +0000
description:
Updated p5-Params-ValidationCompiler to 0.17.
Add missing test dependencies.
0.17 2016-11-04
- When using positional parameters, parameters with a default are now
optional. For named parameters, this was already the case.
0.16 2016-11-03
- Moose and Specio types (and coercions) which provide variables to close over
when being inlined did not always compile properly. Most notable, this was
not being handled at all for Moose types, and not completely handled for
Specio coercions.
0.15 2016-11-03
- Previously, using a default with a positional parameter would result in an
error when compiling the validator subroutine. Defaults now work with
positional parameters. Implemented by Greg Oschwald. Based on PR #5.
0.14 2016-11-02
- Added a "named_to_list" option to support returning only the parameter
values from a named parameter validator rather than the key-value
pairs. Implemented by Greg Oschwald. Based on PR #4.
- Errors from calls to validation_for() now use croak so as to show up at the
call site, rather than in the internals
diffstat:
devel/p5-Params-ValidationCompiler/Makefile | 12 +++++-------
devel/p5-Params-ValidationCompiler/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 12 deletions(-)
diffs (43 lines):
diff -r 14c86d72cdd2 -r ebf5c8f134c8 devel/p5-Params-ValidationCompiler/Makefile
--- a/devel/p5-Params-ValidationCompiler/Makefile Mon Nov 07 10:44:14 2016 +0000
+++ b/devel/p5-Params-ValidationCompiler/Makefile Mon Nov 07 10:45:25 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2016/10/01 12:54:08 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/11/07 10:45:25 wiz Exp $
-DISTNAME= Params-ValidationCompiler-0.13
+DISTNAME= Params-ValidationCompiler-0.17
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
@@ -15,10 +14,9 @@
DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
# TEST_DEPENDS
BUILD_DEPENDS+= p5-Specio>=0.14:../../devel/p5-Specio
-#BUILD_DEPENDS+= p5-Test2-Bundle-Extended-[0-9]*:../../devel/p5-Test2-Bundle-Extended
-#BUILD_DEPENDS+= p5-Test2-Plugin-NoWarnings-[0-9]*:../../devel/p5-Test2-Plugin-NoWarnings
-#BUILD_DEPENDS+= p5-Test2-Require-Module-[0-9]*:../../devel/p5-Test2-Require-Module
-#BUILD_DEPENDS+= p5-Test-More>=1.302015:../../devel/p5-Test-More
+BUILD_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
+BUILD_DEPENDS+= p5-Test2-Plugin-NoWarnings-[0-9]*:../../devel/p5-Test2-Plugin-NoWarnings
+BUILD_DEPENDS+= p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module
PERL5_PACKLIST= auto/Params/ValidationCompiler/.packlist
diff -r 14c86d72cdd2 -r ebf5c8f134c8 devel/p5-Params-ValidationCompiler/distinfo
--- a/devel/p5-Params-ValidationCompiler/distinfo Mon Nov 07 10:44:14 2016 +0000
+++ b/devel/p5-Params-ValidationCompiler/distinfo Mon Nov 07 10:45:25 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/09/18 06:32:17 mef Exp $
+$NetBSD: distinfo,v 1.2 2016/11/07 10:45:25 wiz Exp $
-SHA1 (Params-ValidationCompiler-0.13.tar.gz) = d7117d5b32a76f56f814ca443c11bd6210185979
-RMD160 (Params-ValidationCompiler-0.13.tar.gz) = 3f87a52aaa19b31fef4a492eb25c369f06a1ea9e
-SHA512 (Params-ValidationCompiler-0.13.tar.gz) = 483a586a96050f3cfc93445e3ad959d15d097f8543bf51dece0fc901ebd914a69d869a0b21f60458d38c6af7cb9f4b1ec6c9cf5b7e4045037088cd98bf92052d
-Size (Params-ValidationCompiler-0.13.tar.gz) = 35615 bytes
+SHA1 (Params-ValidationCompiler-0.17.tar.gz) = bbb8f7055bb7043c217fdd5cb3889ea9724f47fd
+RMD160 (Params-ValidationCompiler-0.17.tar.gz) = b647eb6c7e41382019d26dea339b3e70ed43e101
+SHA512 (Params-ValidationCompiler-0.17.tar.gz) = 4c909a1034a83bd4a7fe28a0b0c2d1677af848a8a730cef9afe236aa0f4223e3b90b6b5a47e2db9d6b373df95bae8cc9cbf5b46f1e49b99fc34d0665687e261e
+Size (Params-ValidationCompiler-0.17.tar.gz) = 38234 bytes
Home |
Main Index |
Thread Index |
Old Index