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