File: NEWS

package info (click to toggle)
libmoosex-params-validate-perl 0.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 324 kB
  • sloc: perl: 511; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
libmoosex-params-validate-perl (0.21-1) unstable; urgency=medium

  From upstream Changes, 0.20:  

  [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.

 -- gregor herrmann <gregoa@debian.org>  Sat, 09 May 2015 22:38:29 +0200