Update to 0.25

- New upstream release 0.25
  - Calling {any,object}_{isa,does}_type repeatedly in a package with the same
    class or role name would die; these subs are now special-cased to simply
    return an existing type for the given name when they receive a single
    argument (the name of the class or role)
This commit is contained in:
Paul Howarth 2016-09-05 09:24:20 +01:00
parent 4ae4d0b2b2
commit 9c5205754e
2 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Specio
Version: 0.24
Release: 2%{?dist}
Version: 0.25
Release: 1%{?dist}
Summary: Type constraints and coercions for Perl
License: Artistic 2.0
URL: http://search.cpan.org/dist/Specio/
@ -117,6 +117,13 @@ make test
%exclude %{_mandir}/man3/TODO.3*
%changelog
* Mon Sep 5 2016 Paul Howarth <paul@city-fan.org> - 0.25-1
- Update to 0.25
- Calling {any,object}_{isa,does}_type repeatedly in a package with the same
class or role name would die; these subs are now special-cased to simply
return an existing type for the given name when they receive a single
argument (the name of the class or role)
* Fri Jul 1 2016 Paul Howarth <paul@city-fan.org> - 0.24-2
- Sanitize for Fedora submission

View File

@ -1 +1 @@
267a92a0549211871d6da750c1288492 Specio-0.24.tar.gz
8490305b4e4d14c31dc943314e947238 Specio-0.25.tar.gz