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