[perl] Fix perl(Carp) filter

Petr Pisar ppisar at fedoraproject.org
Tue Sep 13 14:16:43 UTC 2011


commit cc4ed693fbbaac33646bb3b6c89db86f0ee61317
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Sep 13 16:16:18 2011 +0200

    Fix perl(Carp) filter

 perl.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list