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