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 Jan 25 12:17:08 UTC 2017

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

Log Message:
Updated p5-Params-ValidationCompiler to 0.23.

0.23     2017-01-23

- Trying to create a validator for positional parameters where a required
  param came after one with a default did not throw an exception.

- A positional params validator with a slurpy type which had coercions did not
  return the coerced values. It returned the original values instead.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.8
--- pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.7      Sun Jan  1 14:48:24 2017
+++ pkgsrc/devel/p5-Params-ValidationCompiler/Makefile  Wed Jan 25 12:17:08 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/01/01 14:48:24 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/25 12:17:08 wiz Exp $
 
-DISTNAME=      Params-ValidationCompiler-0.22
+DISTNAME=      Params-ValidationCompiler-0.23
 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.6 pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.7
--- pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.6      Sun Jan  1 14:48:24 2017
+++ pkgsrc/devel/p5-Params-ValidationCompiler/distinfo  Wed Jan 25 12:17:08 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/01/01 14:48:24 wiz Exp $
+$NetBSD: distinfo,v 1.7 2017/01/25 12:17:08 wiz Exp $
 
-SHA1 (Params-ValidationCompiler-0.22.tar.gz) = e13e9f8f95000f2f62539d048aa0c448ef56facd
-RMD160 (Params-ValidationCompiler-0.22.tar.gz) = 6b845ae29445e24e5532104e65be066ccc16109a
-SHA512 (Params-ValidationCompiler-0.22.tar.gz) = 078b54bc18e840dc19b0cb9f2507728c2977d22276c3ed7b239ea31db91188eac3de69229884a150093c6d70d07872906c545eb044c9d360b96de438c23adf9c
-Size (Params-ValidationCompiler-0.22.tar.gz) = 39995 bytes
+SHA1 (Params-ValidationCompiler-0.23.tar.gz) = 9d98f4b3c5769cbbedbc274839c9dbece436f330
+RMD160 (Params-ValidationCompiler-0.23.tar.gz) = 180062f71a29975fd915894ae2d84bbbc04e33de
+SHA512 (Params-ValidationCompiler-0.23.tar.gz) = 838eec5f94b6bbfcb5d0686da39693f3b78491802683edd4d92893939a887690e1f2f2608c4899b10779b04a64eba33bab5d2f689a96b820cef0b3b2a95fb677
+Size (Params-ValidationCompiler-0.23.tar.gz) = 43078 bytes



Home | Main Index | Thread Index | Old Index