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