pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Params-Validate 0.21 2015-02-08



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ada921b380b
branches:  trunk
changeset: 646652:6ada921b380b
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Feb 13 12:59:18 2015 +0000

description:
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.

diffstat:

 devel/p5-MooseX-Params-Validate/Makefile |  4 ++--
 devel/p5-MooseX-Params-Validate/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 44857ace451a -r 6ada921b380b devel/p5-MooseX-Params-Validate/Makefile
--- a/devel/p5-MooseX-Params-Validate/Makefile  Fri Feb 13 12:55:58 2015 +0000
+++ b/devel/p5-MooseX-Params-Validate/Makefile  Fri Feb 13 12:59:18 2015 +0000
@@ -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/}
diff -r 44857ace451a -r 6ada921b380b devel/p5-MooseX-Params-Validate/distinfo
--- a/devel/p5-MooseX-Params-Validate/distinfo  Fri Feb 13 12:55:58 2015 +0000
+++ b/devel/p5-MooseX-Params-Validate/distinfo  Fri Feb 13 12:59:18 2015 +0000
@@ -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
-RMD160 (MooseX-Params-Validate-0.19.tar.gz) = 9138ae738cf4ae09c62937a149ddd45fa9a8b92d
-Size (MooseX-Params-Validate-0.19.tar.gz) = 30285 bytes
+SHA1 (MooseX-Params-Validate-0.21.tar.gz) = 06f54d4c403bd4d58573fd268c962092171e9ba4
+RMD160 (MooseX-Params-Validate-0.21.tar.gz) = 703f6ca2a17f6b652fbf3d2b00b750e62ccccf40
+Size (MooseX-Params-Validate-0.21.tar.gz) = 34300 bytes



Home | Main Index | Thread Index | Old Index