From 80bd12eb8a0ff945c61b3a6e12d16cccda3967af Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Fri, 4 Nov 2016 12:07:56 +0000
Subject: Update to 0.16

- New upstream release 0.16
  - Previously, using a default with a positional parameter would result in an
    error when compiling the validator subroutine; defaults now work with
    positional parameters (GH#5)
  - Moose and Specio types (and coercions) that provide variables to close over
    when being inlined did not always compile properly; most notably, this was
    not being handled at all for Moose types, and not completely handled for
    Specio coercions
---
 perl-Params-ValidationCompiler.spec | 13 ++++++++++++-
 sources                             |  2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/perl-Params-ValidationCompiler.spec 
b/perl-Params-ValidationCompiler.spec
index a0527a2..5ad5af2 100644
--- a/perl-Params-ValidationCompiler.spec
+++ b/perl-Params-ValidationCompiler.spec
@@ -1,5 +1,5 @@
 Name:          perl-Params-ValidationCompiler
-Version:       0.14
+Version:       0.16
 Release:       1%{?dist}
 Summary:       Build an optimized subroutine parameter validator once, use it 
forever
 License:       Artistic 2.0
@@ -74,10 +74,21 @@ make test
 %{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
 
 %changelog
+* Fri Nov  4 2016 Paul Howarth <p...@city-fan.org> - 0.16-1
+- Update to 0.16
+  - Previously, using a default with a positional parameter would result in an
+    error when compiling the validator subroutine; defaults now work with
+    positional parameters (GH#5)
+  - Moose and Specio types (and coercions) that provide variables to close over
+    when being inlined did not always compile properly; most notably, this was
+    not being handled at all for Moose types, and not completely handled for
+    Specio coercions
+
 * Thu Nov  3 2016 Paul Howarth <p...@city-fan.org> - 0.14-1
 - Update to 0.14
   - Added a "named_to_list" option to support returning only the parameter
     values from a named parameter validator rather than the key-value pairs
+    (GH#4)
   - Errors from calls to validation_for() now use croak so as to show up at the
     call site, rather than in the internals
 
diff --git a/sources b/sources
index 9100e2a..78707f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8afb3f8013049f5f4ae9d30d24eb6fe0  Params-ValidationCompiler-0.14.tar.gz
+9a51f9d802f28be9aecc792ecc0c2303  Params-ValidationCompiler-0.16.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Params-ValidationCompiler.git/commit/?h=perl-Params-ValidationCompiler-0.16-1.fc26&id=80bd12eb8a0ff945c61b3a6e12d16cccda3967af
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to