Author: glen                         Date: Sat Dec 10 17:39:44 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- avoid pulling in Tie::ExtraHash

---- Files affected:
packages/perl-namespace-clean:
   perl-namespace-clean.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/perl-namespace-clean/perl-namespace-clean.spec
diff -u packages/perl-namespace-clean/perl-namespace-clean.spec:1.4 
packages/perl-namespace-clean/perl-namespace-clean.spec:1.5
--- packages/perl-namespace-clean/perl-namespace-clean.spec:1.4 Sat Dec 10 
18:22:12 2011
+++ packages/perl-namespace-clean/perl-namespace-clean.spec     Sat Dec 10 
18:39:39 2011
@@ -9,7 +9,7 @@
 Summary:       namespace::clean - Keep imports and functions out of your 
namespace
 Name:          perl-namespace-clean
 Version:       0.21
-Release:       1
+Release:       2
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
@@ -25,6 +25,9 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# Tie::ExtraHash is present in Tie/Hash.pm package
+%define                _noautoreq      perl(Tie::ExtraHash)
+
 %description
 The namespace::clean pragma will remove all previously declared or
 imported symbols at the end of the current package's compile cycle.
@@ -64,6 +67,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2011/12/10 17:39:39  glen
+- avoid pulling in Tie::ExtraHash
+
 Revision 1.4  2011/12/10 17:22:12  glen
 - up to 0.21
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-namespace-clean/perl-namespace-clean.spec?r1=1.4&r2=1.5&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to