From 38c61620265f4f5042d831a4b830fba21ce0582b Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 7 Nov 2016 09:13:58 +0000 Subject: [PATCH] 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 --- perl-Params-ValidationCompiler.spec | 7 ++++++- sources | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-Params-ValidationCompiler.spec b/perl-Params-ValidationCompiler.spec index 5ad5af2..43799a2 100644 --- a/perl-Params-ValidationCompiler.spec +++ b/perl-Params-ValidationCompiler.spec @@ -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 - 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 - 0.16-1 - Update to 0.16 - Previously, using a default with a positional parameter would result in an diff --git a/sources b/sources index 78707f6..f18aec0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a51f9d802f28be9aecc792ecc0c2303 Params-ValidationCompiler-0.16.tar.gz +0fbaede861d5a6bcdae7bcd2e5182e61 Params-ValidationCompiler-0.17.tar.gz