From 7e6037e3c89511b23511c4292ce1129ef43dd09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 27 Apr 2017 15:41:34 +0200 Subject: [PATCH] Remove unused dependency on CGI It's mentioned in documentation only. No code or tests use it. --- perl-JSON.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-JSON.spec b/perl-JSON.spec index 968d978..00c35aa 100644 --- a/perl-JSON.spec +++ b/perl-JSON.spec @@ -12,7 +12,6 @@ BuildArch: noarch BuildRequires: perl-generators BuildRequires: perl(base) BuildRequires: perl(Carp) -BuildRequires: perl(CGI) BuildRequires: perl(constant) BuildRequires: perl(Data::Dumper) BuildRequires: perl(Encode)