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