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