From 61561f6f44056fe884f12694dd0d7429904638b8 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 13 Jan 2023 19:43:58 +0100 Subject: [PATCH] Remove perl(MODULE_COMPAT), it will be replaced by generators --- perl-Test-Strict.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index 3486f99..d0fa6de 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -31,7 +31,6 @@ BuildRequires: perl(Test::DistManifest) >= 1.012 BuildRequires: perl(Test::Version) >= 1.003001 BuildRequires: perl(Test::Pod) >= 1.48 BuildRequires: perl(Test::Pod::Coverage) >= 1.10 -Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) %description "Test::Strict" lets you check the syntax, presence of "use strict;" and