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