From 68d83507911ac69a16ca844fb82349c2e9d8a878 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 13 Jan 2023 18:49:47 +0100 Subject: [PATCH] Remove perl(MODULE_COMPAT), it will be replaced by generators --- perl-Syntax-Keyword-Dynamically.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-Syntax-Keyword-Dynamically.spec b/perl-Syntax-Keyword-Dynamically.spec index f05e8ba..658fc2e 100644 --- a/perl-Syntax-Keyword-Dynamically.spec +++ b/perl-Syntax-Keyword-Dynamically.spec @@ -46,7 +46,6 @@ BuildRequires: perl(Object::Pad) >= 0.15 BuildRequires: perl(Sentinel) BuildRequires: perl(Test::Pod) >= 1 %endif -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # From boot_future_asyncawait() argument in lib/Syntax/Keyword/Dynamically.xs Requires: perl(Future::AsyncAwait) >= %{Future_AsyncAwait_minver} %if %{defined perl_Future_AsyncAwait_ABI}