From 6229a7d9d603868572757dbb05f30fbf320fcb00 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 13 Jan 2023 13:16:15 +0100 Subject: [PATCH] Remove perl(MODULE_COMPAT), it will be replaced by generators --- perl-ExtUtils-Config.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-ExtUtils-Config.spec b/perl-ExtUtils-Config.spec index b9a5b64..54bd774 100644 --- a/perl-ExtUtils-Config.spec +++ b/perl-ExtUtils-Config.spec @@ -26,7 +26,6 @@ BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::More) >= 0.88 # Runtime -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description ExtUtils::Config is an abstraction around the %%Config hash.