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