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