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