Update to 0.30

- New upstream release 0.30
  - Fix a bug with the Sub::Quoted sub returned by $type->coercion_sub; if a
    type had more than one coercion, the generated sub could end up coercing
    the value to undef some of the time and, depending on hash key ordering,
    this could end up being a heisenbug that only occured some of the time
This commit is contained in:
Paul Howarth 2016-10-16 12:11:38 +01:00
parent 2c72e97d22
commit 5fe1a9fd14
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Specio
Version: 0.29
Version: 0.30
Release: 1%{?dist}
Summary: Type constraints and coercions for Perl
License: Artistic 2.0
@ -133,6 +133,13 @@ make test
%{_mandir}/man3/Test::Specio.3*
%changelog
* Sun Oct 16 2016 Paul Howarth <paul@city-fan.org> - 0.30-1
- Update to 0.30
- Fix a bug with the Sub::Quoted sub returned by $type->coercion_sub; if a
type had more than one coercion, the generated sub could end up coercing
the value to undef some of the time and, depending on hash key ordering,
this could end up being a heisenbug that only occured some of the time
* Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 0.29-1
- Update to 0.29
- Document Specio::PartialDump because you may want to use it as part of the

View File

@ -1 +1 @@
7d9f28dac997e38d0e78e41aa2e1b79a Specio-0.29.tar.gz
a13555cdf2f17b275ec5edccac58bf64 Specio-0.30.tar.gz