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