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