Blame SOURCES/perl-5.22.1-Replace-EU-MM-dependnecy-with-EU-MM-Utils-in-IPC-Cmd.patch

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