Update to 0.26
- New upstream release 0.26 - Require Role::Tiny 1.003003, which should fix some test failures
This commit is contained in:
parent
9c5205754e
commit
ec2fe5966a
@ -1,5 +1,5 @@
|
||||
Name: perl-Specio
|
||||
Version: 0.25
|
||||
Version: 0.26
|
||||
Release: 1%{?dist}
|
||||
Summary: Type constraints and coercions for Perl
|
||||
License: Artistic 2.0
|
||||
@ -23,7 +23,7 @@ BuildRequires: perl(MRO::Compat)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(re)
|
||||
BuildRequires: perl(Role::Tiny)
|
||||
BuildRequires: perl(Role::Tiny) >= 1.003003
|
||||
BuildRequires: perl(Role::Tiny::With)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Storable)
|
||||
@ -117,6 +117,10 @@ make test
|
||||
%exclude %{_mandir}/man3/TODO.3*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user