pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Params-ValidationCompiler



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 16 10:23:55 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Params-ValidationCompiler: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Params-ValidationCompiler/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Params-ValidationCompiler/Makefile
diff -u pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.3 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.4
--- pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.3      Mon Nov  7 10:45:25 2016
+++ pkgsrc/devel/p5-Params-ValidationCompiler/Makefile  Wed Nov 16 10:23:54 2016
@@ -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/

Index: pkgsrc/devel/p5-Params-ValidationCompiler/distinfo
diff -u pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.2 pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.3
--- pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.2      Mon Nov  7 10:45:25 2016
+++ pkgsrc/devel/p5-Params-ValidationCompiler/distinfo  Wed Nov 16 10:23:54 2016
@@ -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