bfe7dfc
From 216ddd39adb0043930acad70ff242c30a1b0c6cf Mon Sep 17 00:00:00 2001
bfe7dfc
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
bfe7dfc
Date: Mon, 18 Apr 2016 16:39:32 +0200
bfe7dfc
Subject: [PATCH] Replace EU::MM dependnecy with EU::MM::Utils in IPC::Cmd
bfe7dfc
MIME-Version: 1.0
bfe7dfc
Content-Type: text/plain; charset=UTF-8
bfe7dfc
Content-Transfer-Encoding: 8bit
bfe7dfc
bfe7dfc
This allows to free from a run-time dependency on fat
bfe7dfc
ExtUtils::MakeMaker.
bfe7dfc
bfe7dfc
<https://bugzilla.redhat.com/show_bug.cgi?id=1129443>
bfe7dfc
bfe7dfc
Signed-off-by: Petr Písař <ppisar@redhat.com>
bfe7dfc
---
bfe7dfc
 cpan/IPC-Cmd/lib/IPC/Cmd.pm | 2 +-
bfe7dfc
 1 file changed, 1 insertion(+), 1 deletion(-)
bfe7dfc
bfe7dfc
diff --git a/cpan/IPC-Cmd/lib/IPC/Cmd.pm b/cpan/IPC-Cmd/lib/IPC/Cmd.pm
bfe7dfc
index 6a82bdf..b6cd7ef 100644
bfe7dfc
--- a/cpan/IPC-Cmd/lib/IPC/Cmd.pm
bfe7dfc
+++ b/cpan/IPC-Cmd/lib/IPC/Cmd.pm
70d9301
@@ -232,7 +232,7 @@ sub can_run {
bfe7dfc
     }
bfe7dfc
 
bfe7dfc
     require File::Spec;
bfe7dfc
-    require ExtUtils::MakeMaker;
bfe7dfc
+    require ExtUtils::MM::Utils;
bfe7dfc
 
bfe7dfc
     my @possibles;
bfe7dfc
 
bfe7dfc
-- 
bfe7dfc
2.5.5
bfe7dfc