Update to 0.19

- New upstream release 0.19
  - Non-inlinable Specio types caused a syntax error when used with positional
    params
  - Positional params with coercions and defaults did not work properly; the
    coerced value and the default would simply not be returned in any case
This commit is contained in:
Paul Howarth 2016-11-22 09:25:01 +00:00
parent 5b75ebeaef
commit 756179fa7a
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Params-ValidationCompiler
Version: 0.18
Version: 0.19
Release: 1%{?dist}
Summary: Build an optimized subroutine parameter validator once, use it forever
License: Artistic 2.0
@ -74,6 +74,13 @@ make test
%{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
%changelog
* Tue Nov 22 2016 Paul Howarth <paul@city-fan.org> - 0.19-1
- Update to 0.19
- Non-inlinable Specio types caused a syntax error when used with positional
params
- Positional params with coercions and defaults did not work properly; the
coerced value and the default would simply not be returned in any case
* Mon Nov 14 2016 Paul Howarth <paul@city-fan.org> - 0.18-1
- Update to 0.18
- Using coercions with positional parameters could cause a "Modification of a

View File

@ -1 +1 @@
ec968cfe90cebcc84cdc1ebd7f3ff623 Params-ValidationCompiler-0.18.tar.gz
cf7ec9a1899013ed1b4f80ee1817478d Params-ValidationCompiler-0.19.tar.gz