Fri Feb 13 12:59:18 2015 UTC ()
0.21 2015-02-08
- No code changes from 0.20.

0.20 2015-01-01 (TRIAL RELEASE)
[BACKWARDS INCOMPATIBILITIES]

- The errors thrown by this module when a type constraint fails have
  changed. They are now instances of the
  MooseX::Params::Validate::Exception::ValidationFailedForTypeConstraint
  class. When stringified, this class include the message generated by the
  failing type constraint. While similar to the error message thrown by
  Params::Validate itself, this message does not match that string exactly,
  and may break code that relies on a regex against the error message. This
  addresses RT #89378, requested by several people.


(mef)
diff -r1.14 -r1.15 pkgsrc/devel/p5-MooseX-Params-Validate/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/p5-MooseX-Params-Validate/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/p5-MooseX-Params-Validate/Makefile (expand / switch to context diff)
--- pkgsrc/devel/p5-MooseX-Params-Validate/Makefile 2015/01/31 01:05:58 1.14
+++ pkgsrc/devel/p5-MooseX-Params-Validate/Makefile 2015/02/13 12:59:18 1.15
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2015/01/31 01:05:58 mef Exp $
+# $NetBSD: Makefile,v 1.15 2015/02/13 12:59:18 mef Exp $
 #
 
-DISTNAME=	MooseX-Params-Validate-0.19
+DISTNAME=	MooseX-Params-Validate-0.21
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=MooseX/}

cvs diff -r1.7 -r1.8 pkgsrc/devel/p5-MooseX-Params-Validate/distinfo (expand / switch to context diff)
--- pkgsrc/devel/p5-MooseX-Params-Validate/distinfo 2015/01/31 01:05:58 1.7
+++ pkgsrc/devel/p5-MooseX-Params-Validate/distinfo 2015/02/13 12:59:18 1.8
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2015/01/31 01:05:58 mef Exp $
+$NetBSD: distinfo,v 1.8 2015/02/13 12:59:18 mef Exp $
 
-SHA1 (MooseX-Params-Validate-0.19.tar.gz) = 6e862a21662310b1c7715e7d7f1cfa28c8a0731f
+SHA1 (MooseX-Params-Validate-0.21.tar.gz) = 06f54d4c403bd4d58573fd268c962092171e9ba4
-RMD160 (MooseX-Params-Validate-0.19.tar.gz) = 9138ae738cf4ae09c62937a149ddd45fa9a8b92d
+RMD160 (MooseX-Params-Validate-0.21.tar.gz) = 703f6ca2a17f6b652fbf3d2b00b750e62ccccf40
-Size (MooseX-Params-Validate-0.19.tar.gz) = 30285 bytes
+Size (MooseX-Params-Validate-0.21.tar.gz) = 34300 bytes