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