Blame SOURCES/Archive-Tar-2.02-Do-not-sleep-in-Makefile.PL.patch

6d2501
From a027043170603c360605dd2129dbf37b9fd820d8 Mon Sep 17 00:00:00 2001
6d2501
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
6d2501
Date: Wed, 10 Dec 2014 13:12:47 +0100
6d2501
Subject: [PATCH] Do not sleep in Makefile.PL
6d2501
MIME-Version: 1.0
6d2501
Content-Type: text/plain; charset=UTF-8
6d2501
Content-Transfer-Encoding: 8bit
6d2501
6d2501
Signed-off-by: Petr Písař <ppisar@redhat.com>
6d2501
---
6d2501
 Makefile.PL | 1 -
6d2501
 1 file changed, 1 deletion(-)
6d2501
6d2501
diff --git a/Makefile.PL b/Makefile.PL
6d2501
index fe093bd..b9cd6ea 100644
6d2501
--- a/Makefile.PL
6d2501
+++ b/Makefile.PL
6d2501
@@ -105,7 +105,6 @@ sub _scripts {
6d2501
 ###############################################################
6d2501
 
6d2501
 WARNING
6d2501
-      sleep 10;
6d2501
     }
6d2501
   }
6d2501
   return @scripts;
6d2501
-- 
6d2501
1.9.3
6d2501