Update to 0.27
- New upstream release 0.27 - Cloning a type with coercions defined on it would cause an exception - Creating a subtype of a special type created by *_isa_type, *_can_type, or *_does_type, or enum would die when trying to inline type constraint - Removed the never-documented Any type - Added documentation for each type in Specio::Library::Builtins
This commit is contained in:
parent
ec2fe5966a
commit
7d05dc8b1f
@ -1,5 +1,5 @@
|
||||
Name: perl-Specio
|
||||
Version: 0.26
|
||||
Version: 0.27
|
||||
Release: 1%{?dist}
|
||||
Summary: Type constraints and coercions for Perl
|
||||
License: Artistic 2.0
|
||||
@ -117,6 +117,14 @@ make test
|
||||
%exclude %{_mandir}/man3/TODO.3*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 2 2016 Paul Howarth <paul@city-fan.org> - 0.27-1
|
||||
- Update to 0.27
|
||||
- Cloning a type with coercions defined on it would cause an exception
|
||||
- Creating a subtype of a special type created by *_isa_type, *_can_type, or
|
||||
*_does_type, or enum would die when trying to inline type constraint
|
||||
- Removed the never-documented Any type
|
||||
- Added documentation for each type in Specio::Library::Builtins
|
||||
|
||||
* Mon Sep 26 2016 Paul Howarth <paul@city-fan.org> - 0.26-1
|
||||
- Update to 0.26
|
||||
- Require Role::Tiny 1.003003, which should fix some test failures
|
||||
|
Loading…
Reference in New Issue
Block a user