The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Benchmark-Featureset-ParamCheck
===============================

Created:      2017-05-15
Home page:    <https://metacpan.org/release/Benchmark-Featureset-ParamCheck>
Bug tracker:  <https://github.com/tobyink/p5-benchmark-featureset-paramcheck/issues>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.007	2022-09-28

 - Include Type::Params v2 API tests. These should basically benchmark the
   same as the v1 API as both use the same code under the hood. Good as an
   example of the syntax though.
 - Update benchmarking results in pod.

0.006	2022-07-23

 - Test Type::Params with non-Type::Tiny type constraints, including
   Specio, Moose, Mouse, and Type::Nano.

0.005	2018-05-16

 - Fix name of Params::ValidationCompiler in output.
   Fixes RT#123041.
   <https://rt.cpan.org/Ticket/Display.html?id=123041>

0.004	2017-05-17

 [ Packaging ]
 - Add explicit dependency on Params::Validate 1.26.

0.003	2017-05-17

 - Added: Test Params::Validate.

0.002	2017-05-16

 - Added: Support testing and benchmarking positional parameters.

0.001	2017-05-15	Initial release