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/c344ee5d3c20
branches:  trunk
changeset: 354949:c344ee5d3c20
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 16 10:23:54 2016 +0000

description:
Updated p5-Params-ValidationCompiler to 0.18.

0.18     2016-11-13

- Using coercions with positional parameters could cause a "Modification of a
  read-only value attempted" exception when the generated code tried to assign
  to elements of @_. This is now fixed by making a copy if any of the types
  have a coercion.

- Using Moose types with coercions in a positional params check would cause
  invalid code to be generated. This could also happen with Type::Tiny if
  either the type or a coercion could not be inlined.

diffstat:

 devel/p5-Params-ValidationCompiler/Makefile |   4 ++--
 devel/p5-Params-ValidationCompiler/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 4f9eba88543f -r c344ee5d3c20 devel/p5-Params-ValidationCompiler/Makefile
--- a/devel/p5-Params-ValidationCompiler/Makefile       Wed Nov 16 10:23:05 2016 +0000
+++ b/devel/p5-Params-ValidationCompiler/Makefile       Wed Nov 16 10:23:54 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/11/07 10:45:25 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/11/16 10:23:54 wiz Exp $
 
-DISTNAME=      Params-ValidationCompiler-0.17
+DISTNAME=      Params-ValidationCompiler-0.18
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
diff -r 4f9eba88543f -r c344ee5d3c20 devel/p5-Params-ValidationCompiler/distinfo
--- a/devel/p5-Params-ValidationCompiler/distinfo       Wed Nov 16 10:23:05 2016 +0000
+++ b/devel/p5-Params-ValidationCompiler/distinfo       Wed Nov 16 10:23:54 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/11/07 10:45:25 wiz Exp $
+$NetBSD: distinfo,v 1.3 2016/11/16 10:23:54 wiz Exp $
 
-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
+SHA1 (Params-ValidationCompiler-0.18.tar.gz) = 0c0a57722ff99c9ed254e5457c3d4280f0156a62
+RMD160 (Params-ValidationCompiler-0.18.tar.gz) = a398e6e7fd483c0f9dffccec38e51af4cfc696e8
+SHA512 (Params-ValidationCompiler-0.18.tar.gz) = 2610e8fa391ee84a76c0c47c958be3ab015f8b511fc6214c9c97d627f5a808e5af6a49c9a10ac0269ec123eb377eda305ae33c667220c3ef9a174fd91671b346
+Size (Params-ValidationCompiler-0.18.tar.gz) = 38696 bytes



Home | Main Index | Thread Index | Old Index