From bfa02bfb8f2c919ff52ca1664b4f660acc09d485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 25 Nov 2011 10:14:15 +0100 Subject: [PATCH] Remove BuildRequire: perl(Config) --- perl-Socket.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-Socket.spec b/perl-Socket.spec index cfc3b5f..b896afc 100644 --- a/perl-Socket.spec +++ b/perl-Socket.spec @@ -19,7 +19,6 @@ BuildRequires: perl(Exporter) # Scalar::Util is needed only if getaddrinfo(3) does not exist. Not our case. BuildRequires: perl(XSLoader) # Tests only: -BuildRequires: perl(Config) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))