Update to 0.17

- New upstream release 0.17
  - When using positional parameters, parameters with a default are now
    optional; for named parameters, this was already the case
This commit is contained in:
Paul Howarth 2016-11-07 09:13:58 +00:00
parent 80bd12eb8a
commit 38c6162026
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Params-ValidationCompiler
Version: 0.16
Version: 0.17
Release: 1%{?dist}
Summary: Build an optimized subroutine parameter validator once, use it forever
License: Artistic 2.0
@ -74,6 +74,11 @@ make test
%{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
%changelog
* Mon Nov 7 2016 Paul Howarth <paul@city-fan.org> - 0.17-1
- Update to 0.17
- When using positional parameters, parameters with a default are now
optional; for named parameters, this was already the case
* Fri Nov 4 2016 Paul Howarth <paul@city-fan.org> - 0.16-1
- Update to 0.16
- Previously, using a default with a positional parameter would result in an

View File

@ -1 +1 @@
9a51f9d802f28be9aecc792ecc0c2303 Params-ValidationCompiler-0.16.tar.gz
0fbaede861d5a6bcdae7bcd2e5182e61 Params-ValidationCompiler-0.17.tar.gz