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:           Tue Aug 21 11:20:25 UTC 2018

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

Log Message:
p5-Params-ValidationCompiler: update to 0.30.

0.30     2018-07-31

- Tweaked the POD formatting so that the table of contents generated by
  MetaCPAN is more useful.

0.29     2018-07-31

- Make Class::XSAccessor a recommended dep, not a required one.

0.28     2018-07-31

- Added a new option for named params, "return_object". This causes the
  validation sub to return an object with methods for each param rather than a
  hashref. This is a great way to avoid typos in hash keys. This idea (and
  some of the implementation) was shamelessly stolen from Toby Inkster's
  Type::Params module.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile
cvs rdiff -u -r1.11 -r1.12 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.14 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.15
--- pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.14     Sun Feb 25 17:27:01 2018
+++ pkgsrc/devel/p5-Params-ValidationCompiler/Makefile  Tue Aug 21 11:20:25 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/02/25 17:27:01 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/08/21 11:20:25 wiz Exp $
 
-DISTNAME=      Params-ValidationCompiler-0.27
+DISTNAME=      Params-ValidationCompiler-0.30
 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.11 pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.12
--- pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.11     Sun Feb 25 17:27:01 2018
+++ pkgsrc/devel/p5-Params-ValidationCompiler/distinfo  Tue Aug 21 11:20:25 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/02/25 17:27:01 wiz Exp $
+$NetBSD: distinfo,v 1.12 2018/08/21 11:20:25 wiz Exp $
 
-SHA1 (Params-ValidationCompiler-0.27.tar.gz) = 2d13ca84dff9cc5acbb2d80d6cabea6719ecc7e1
-RMD160 (Params-ValidationCompiler-0.27.tar.gz) = 061bfb906c5e62fc6493f39e71676a65729f438a
-SHA512 (Params-ValidationCompiler-0.27.tar.gz) = 1c045e7b4b68f7b54cc3f1aa927c515b7662ddd5252baf22be149365b7087b5910219d3e08752e005cfd89a10a740fb2e1a41d8f7fed8765a56eade5d406c9dc
-Size (Params-ValidationCompiler-0.27.tar.gz) = 45214 bytes
+SHA1 (Params-ValidationCompiler-0.30.tar.gz) = 38ddb97c4107c4cc40533ee5a40296ebefd07442
+RMD160 (Params-ValidationCompiler-0.30.tar.gz) = 234a29f5649640e4c20f1337a01c370db9204052
+SHA512 (Params-ValidationCompiler-0.30.tar.gz) = 5911f9317f0b72e17c72435420a3b6b9f36780ab70715510c46e847970094e730169b9b3085f29cb23ee0aca2e78f7f9edd0d093859a1062869f35c90172bf05
+Size (Params-ValidationCompiler-0.30.tar.gz) = 49796 bytes



Home | Main Index | Thread Index | Old Index