[perl-BackPAN-Index] run tests with BACKPAN_INDEX_TEST_NO_INTERNET

Iain Arnell iarnell at fedoraproject.org
Sun Mar 20 09:24:26 UTC 2011


commit ef8a54079b6b090a75df34c47ae7fe9f77855d58
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Mar 20 10:24:06 2011 +0100

    run tests with BACKPAN_INDEX_TEST_NO_INTERNET

 perl-BackPAN-Index.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-BackPAN-Index.spec b/perl-BackPAN-Index.spec
index b82198d..bf8178e 100644
--- a/perl-BackPAN-Index.spec
+++ b/perl-BackPAN-Index.spec
@@ -62,7 +62,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} %{buildroot}/*
 
 %check
-./Build test
+BACKPAN_INDEX_TEST_NO_INTERNET=1 ./Build test
 
 %files
 %defattr(-,root,root,-)
@@ -73,6 +73,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %changelog
 * Sun Mar 20 2011 Iain Arnell <iarnell at gmail.com> 0.40-1
 - update to latest upstream version
+- run tests with BACKPAN_INDEX_TEST_NO_INTERNET
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.39-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild



More information about the perl-devel mailing list