Update to 0.20

- New upstream release 0.20
  - The keys for parameter specifications are now validated, and if an unknown
    key is seen then an exception will be thrown; this will help you catch
    typos in your parameter specification (GH#8)
This commit is contained in:
Paul Howarth 2016-12-06 10:31:56 +00:00
parent 756179fa7a
commit 48cfdf25a8
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Params-ValidationCompiler
Version: 0.19
Version: 0.20
Release: 1%{?dist}
Summary: Build an optimized subroutine parameter validator once, use it forever
License: Artistic 2.0
@ -74,6 +74,12 @@ make test
%{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
%changelog
* Tue Dec 6 2016 Paul Howarth <paul@city-fan.org> - 0.20-1
- Update to 0.20
- The keys for parameter specifications are now validated, and if an unknown
key is seen then an exception will be thrown; this will help you catch
typos in your parameter specification (GH#8)
* 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

View File

@ -1 +1 @@
cf7ec9a1899013ed1b4f80ee1817478d Params-ValidationCompiler-0.19.tar.gz
ed4f7d7fdb5207a657591229f401ca02 Params-ValidationCompiler-0.20.tar.gz