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