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:
parent
4ae4d0b2b2
commit
9c5205754e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user