From f69633f63bf1b7ca72a9688c55167a3a146d9fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 9 Feb 2017 14:55:28 +0100 Subject: [PATCH] Add further optional part of testsuite: BR: perl(Type::Tie). --- perl-Type-Tiny.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Type-Tiny.spec b/perl-Type-Tiny.spec index 60d571c..cb3c69f 100644 --- a/perl-Type-Tiny.spec +++ b/perl-Type-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Type-Tiny Version: 1.000006 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tiny, yet Moo(se)-compatible type constraint License: GPL+ or Artistic Group: Development/Libraries @@ -97,7 +97,7 @@ 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(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) @@ -148,6 +148,9 @@ make test %{_mandir}/man3/Test::TypeTiny.3pm* %changelog +* Thu Feb 09 2017 Ralf Corsépius - 1.000006-3 +- Add further optional part of testsuite: BR: perl(Type::Tie). + * Thu Feb 09 2017 Ralf Corsépius - 1.000006-2 - Add more optional parts of testsuite: - BR: perl(Sub::Exporter::Lexical).