From 80ddbe502eb2d4a7f96f8ff796ef050d92c888ad Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 13 Jan 2023 13:18:28 +0100 Subject: [PATCH] Remove perl(MODULE_COMPAT), it will be replaced by generators --- perl-ExtUtils-InstallPaths.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-ExtUtils-InstallPaths.spec b/perl-ExtUtils-InstallPaths.spec index e51b89b..88a632c 100644 --- a/perl-ExtUtils-InstallPaths.spec +++ b/perl-ExtUtils-InstallPaths.spec @@ -25,7 +25,6 @@ BuildRequires: perl(File::Spec::Functions) >= 0.83 BuildRequires: perl(File::Temp) BuildRequires: perl(Test::More) # Runtime -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description This module tries to make install path resolution as easy as possible.