|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Type-Tiny
|
|
|
|
|
Version: 1.000006
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Tiny, yet Moo(se)-compatible type constraint
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -88,7 +88,7 @@ BuildRequires: perl(mro)
|
|
|
|
|
BuildRequires: perl(Object::Accessor)
|
|
|
|
|
BuildRequires: perl(re)
|
|
|
|
|
%{?with_reply_plugin:BuildRequires: perl(Reply::Plugin)}
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Return::Type) >= 0.004
|
|
|
|
|
BuildRequires: perl(Return::Type) >= 0.004
|
|
|
|
|
BuildRequires: perl(Role::Tiny)
|
|
|
|
|
BuildRequires: perl(Role::Tiny::With)
|
|
|
|
|
BuildRequires: perl(Sub::Exporter::Lexical) >= 0.092291
|
|
|
|
@ -148,6 +148,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/Test::TypeTiny.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 10 2017 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.000006-4
|
|
|
|
|
- Add further optional part of testsuite: BR: perl(Return::Type).
|
|
|
|
|
|
|
|
|
|
* Thu Feb 09 2017 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.000006-3
|
|
|
|
|
- Add further optional part of testsuite: BR: perl(Type::Tie).
|
|
|
|
|
|
|
|
|
|