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

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