|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Type-Tiny
|
|
|
|
|
Version: 1.000006
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Tiny, yet Moo(se)-compatible type constraint
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -91,13 +91,14 @@ BuildRequires: perl(re)
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Return::Type) >= 0.004
|
|
|
|
|
BuildRequires: perl(Role::Tiny)
|
|
|
|
|
BuildRequires: perl(Role::Tiny::With)
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Sub::Exporter::Lexical) >= 0.092291
|
|
|
|
|
BuildRequires: perl(Sub::Exporter::Lexical) >= 0.092291
|
|
|
|
|
BuildRequires: perl(Sub::Name)
|
|
|
|
|
BuildRequires: perl(Sub::Quote)
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Switcheroo)
|
|
|
|
|
%{?with_reply_plugin:BuildRequires: perl(Term::ANSIColor)}
|
|
|
|
|
BuildRequires: perl(Test::Warnings)
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Type::Tie)
|
|
|
|
|
BuildRequires: perl(Types::Path::Tiny)
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Validation::Class) >= 7.900017
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Validation::Class::Simple)
|
|
|
|
|
|
|
|
|
@ -147,6 +148,11 @@ make test
|
|
|
|
|
%{_mandir}/man3/Test::TypeTiny.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 09 2017 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.000006-2
|
|
|
|
|
- Add more optional parts of testsuite:
|
|
|
|
|
- BR: perl(Sub::Exporter::Lexical).
|
|
|
|
|
- BR: perl(Types::Path::Tiny).
|
|
|
|
|
|
|
|
|
|
* Thu Feb 02 2017 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.000006-1
|
|
|
|
|
- Update to 1.000006.
|
|
|
|
|
- Add BuildRequires: perl(Function::Parameters)
|
|
|
|
|