pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-MooseX-Params-Validate



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Feb 13 12:59:18 UTC 2015

Modified Files:
        pkgsrc/devel/p5-MooseX-Params-Validate: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-MooseX-Params-Validate/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-MooseX-Params-Validate/distinfo

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




Home | Main Index | Thread Index | Old Index