[perl-Test-Inter/f17] Allow building with Module::Build < 0.39

Petr Pisar ppisar at fedoraproject.org
Wed Mar 20 13:36:54 UTC 2013


commit 65360da12891cfa7044c63cdc8581163ed625d45
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Mar 20 14:36:41 2013 +0100

    Allow building with Module::Build < 0.39

 perl-Test-Inter.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/perl-Test-Inter.spec b/perl-Test-Inter.spec
index 8fc914d..ce16830 100644
--- a/perl-Test-Inter.spec
+++ b/perl-Test-Inter.spec
@@ -30,6 +30,8 @@ replacement.
 %setup -q -n Test-Inter-%{version}
 %patch0 -p1
 chmod -x examples/*
+# Allow building with Module::Build < 0.39
+rm META.*
 
 %build
 perl Build.PL installdirs=vendor


More information about the scm-commits mailing list