432f4d4
From 16df1e79cf2f2c2e429529c6ace3a9379922b90d Mon Sep 17 00:00:00 2001
432f4d4
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
432f4d4
Date: Thu, 12 Mar 2020 15:34:26 +0100
432f4d4
Subject: [PATCH] Disable autoinstalling the dependencies
432f4d4
MIME-Version: 1.0
432f4d4
Content-Type: text/plain; charset=UTF-8
432f4d4
Content-Transfer-Encoding: 8bit
432f4d4
432f4d4
Signed-off-by: Petr Písař <ppisar@redhat.com>
432f4d4
---
432f4d4
 Makefile.PL | 3 ---
432f4d4
 1 file changed, 3 deletions(-)
432f4d4
432f4d4
diff --git a/Makefile.PL b/Makefile.PL
432f4d4
index 66617a4..d41ac82 100644
432f4d4
--- a/Makefile.PL
432f4d4
+++ b/Makefile.PL
432f4d4
@@ -10,8 +10,5 @@ requires        'Test::MockObject'  => '1.08';
432f4d4
 license         'perl';
432f4d4
 version_from    'lib/Test/Mock/LWP.pm';
432f4d4
 
432f4d4
-# Auto-install all dependencies from CPAN
432f4d4
-auto_install;
432f4d4
-
432f4d4
 # Generate the Makefile
432f4d4
 WriteAll;
432f4d4
-- 
432f4d4
2.21.1
432f4d4