From 7d05dc8b1fe55705ca271b1d217691d77efb5d07 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 2 Oct 2016 11:19:47 +0100 Subject: [PATCH] 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 --- perl-Specio.spec | 10 +++++++++- sources | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/perl-Specio.spec b/perl-Specio.spec index bd9a3ca..a908032 100644 --- a/perl-Specio.spec +++ b/perl-Specio.spec @@ -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 - 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 - 0.26-1 - Update to 0.26 - Require Role::Tiny 1.003003, which should fix some test failures diff --git a/sources b/sources index daf6bb9..0610ff6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -544bb4b4cea66f1d6d1a8f31d006bee8 Specio-0.26.tar.gz +33a7ec329c317acb696d533e510a9994 Specio-0.27.tar.gz