Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Params-ValidationCompiler
From: Thomas Klausner
Date: 2016-11-07 11:45:25
Message id: 20161107104525.26363FBA6@cvs.NetBSD.org
Log Message:
Updated p5-Params-ValidationCompiler to 0.17.
Add missing test dependencies.
0.17 2016-11-04
- When using positional parameters, parameters with a default are now
optional. For named parameters, this was already the case.
0.16 2016-11-03
- Moose and Specio types (and coercions) which provide variables to close over
when being inlined did not always compile properly. Most notable, this was
not being handled at all for Moose types, and not completely handled for
Specio coercions.
0.15 2016-11-03
- Previously, using a default with a positional parameter would result in an
error when compiling the validator subroutine. Defaults now work with
positional parameters. Implemented by Greg Oschwald. Based on PR #5.
0.14 2016-11-02
- Added a "named_to_list" option to support returning only the parameter
values from a named parameter validator rather than the key-value
pairs. Implemented by Greg Oschwald. Based on PR #4.
- Errors from calls to validation_for() now use croak so as to show up at the
call site, rather than in the internals
Files: