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