2013-06-06 05:11:10 +00:00
|
|
|
-------------------------------------------------------------------
|
2015-04-16 08:25:01 +00:00
|
|
|
Tue Apr 14 20:34:07 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-06-06 05:11:10 +00:00
|
|
|
Wed Jun 5 18:59:55 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
2011-12-25 21:32:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 25 21:31:47 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2010-12-01 13:50:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:33:51 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-07-15 09:10:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 15 08:54:41 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- initial package 0.14
|
|
|
|
* created by cpanspec 1.78
|
|
|
|
|