| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- updated to 0.21
see /usr/share/doc/packages/perl-MooseX-Params-Validate/Changes
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.
0.19 2014-11-08
- Added support for the depends parameter. RT #98685. (Hans Staugaard)
- updated to 0.18
- Fix broken prereq specification in 0.17. Reported by Justin Hunter.
- Fix tests that broke with new hash randomization in 5.17.6. (Dagfinn
Ilmari Mannsåker)
- update to 0.16
- The validated_list and validated_hash functions now accept the values to
be validated as both a hash and a hash reference.
- Add MX_PARAMS_VALIDATE_ALLOW_EXTRA which allows extra parameters in
validation calls (like allow_extra for Params::Validate).
- Converted to Test::Fatal.
- switch to perl_requires macro
- initial package 0.14 * created by cpanspec 1.78