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

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