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
|