From cc4ed693fbbaac33646bb3b6c89db86f0ee61317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 13 Sep 2011 16:16:18 +0200 Subject: [PATCH] Fix perl(Carp) filter --- perl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index a4cc024..3a160f3 100644 --- a/perl.spec +++ b/perl.spec @@ -253,7 +253,7 @@ Provides: perl(Carp::Heavy) = %{version} BuildArch: noarch # Do not export unversioned module -%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Carp\\)\s*$ +%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Carp\\)\\s*$ %description Carp The Carp routines are useful in your own modules because they act like