[perl-SOAP-Lite] Adjust tests for Perl 5.18

Petr Pisar ppisar at fedoraproject.org
Sun Aug 4 06:10:51 UTC 2013


commit 438410f475d1fcbc21a4fe0d1f848cc4d3b1f295
Author: Petr Písař <ppisar at redhat.com>
Date:   Sun Aug 4 08:09:53 2013 +0200

    Adjust tests for Perl 5.18

 perl-SOAP-Lite.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index cb119f6..e00aaa8 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -83,7 +83,8 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 chmod -R u+w %{buildroot}/*
 
 %check
-make test
+# PERL_PERTURB_KEYS=0 to work around CPAN RT#84168, fixed in 1.01.
+PERL_PERTURB_KEYS=0 make test
 
 %files
 %doc Changes README ReleaseNotes.txt examples
@@ -100,6 +101,7 @@ make test
 %changelog
 * Sun Aug 04 2013 Petr Pisar <ppisar at redhat.com> - 0.716-3
 - Perl 5.18 rebuild
+- Adjust tests for Perl 5.18 (CPAN RT#84168)
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.716-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild



More information about the perl-devel mailing list