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:
parent
2c72e97d22
commit
5fe1a9fd14
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user