ddd7b0c
From f0334077907769117b627d6388d2df8d87828ee4 Mon Sep 17 00:00:00 2001
ddd7b0c
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
ddd7b0c
Date: Thu, 25 Jun 2015 13:54:15 +0200
ddd7b0c
Subject: [PATCH] Do not install modules from the Internet
ddd7b0c
MIME-Version: 1.0
ddd7b0c
Content-Type: text/plain; charset=UTF-8
ddd7b0c
Content-Transfer-Encoding: 8bit
ddd7b0c
ddd7b0c
Signed-off-by: Petr Písař <ppisar@redhat.com>
ddd7b0c
---
ddd7b0c
 Makefile.PL | 2 --
ddd7b0c
 1 file changed, 2 deletions(-)
ddd7b0c
ddd7b0c
diff --git a/Makefile.PL b/Makefile.PL
ddd7b0c
index 410cc85..962b517 100644
ddd7b0c
--- a/Makefile.PL
ddd7b0c
+++ b/Makefile.PL
ddd7b0c
@@ -12,7 +12,6 @@ configure_requires 'CPAN' => 0; # for inc::Module::AutoInstall
ddd7b0c
 test_requires 'Test::More' => '0';
ddd7b0c
 if ( $] >= 5.007003 ) {
ddd7b0c
     requires 'Encode' => '1.98';
ddd7b0c
-    include 'Module::AutoInstall';
ddd7b0c
     feature 'Extended mappings by Japanese codepages',
ddd7b0c
       -default          => 0,
ddd7b0c
       'Encode::EUCJPASCII' => '0.02';
ddd7b0c
@@ -29,6 +28,5 @@ if ( $] >= 5.007003 ) {
ddd7b0c
 
ddd7b0c
 # Write out
ddd7b0c
 no_index directory => 't', 'inc';
ddd7b0c
-auto_install force => 0, do_once => 1;
ddd7b0c
 WriteAll;
ddd7b0c
 
ddd7b0c
-- 
ddd7b0c
2.1.0
ddd7b0c