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:
Paul Howarth 2016-10-02 11:19:47 +01:00
parent ec2fe5966a
commit 7d05dc8b1f
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
544bb4b4cea66f1d6d1a8f31d006bee8 Specio-0.26.tar.gz
33a7ec329c317acb696d533e510a9994 Specio-0.27.tar.gz