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