Blame SOURCES/MIME-Charset-1.012-Do-not-install-modules-from-the-Internet.patch

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