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