b9c7f3
From dd4d8926703b8be0e94aae15a5d574992be20dbe Mon Sep 17 00:00:00 2001
b9c7f3
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
b9c7f3
Date: Mon, 27 Oct 2014 16:11:38 +0100
b9c7f3
Subject: [PATCH] Unbundle version
b9c7f3
MIME-Version: 1.0
b9c7f3
Content-Type: text/plain; charset=UTF-8
b9c7f3
Content-Transfer-Encoding: 8bit
b9c7f3
b9c7f3
Signed-off-by: Petr Písař <ppisar@redhat.com>
b9c7f3
---
b9c7f3
 lib/ExtUtils/MakeMaker.pm | 2 +-
b9c7f3
 1 file changed, 1 insertion(+), 1 deletion(-)
b9c7f3
b9c7f3
diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm
b9c7f3
index 1a5f045..71c3751 100644
b9c7f3
--- a/lib/ExtUtils/MakeMaker.pm
b9c7f3
+++ b/lib/ExtUtils/MakeMaker.pm
b9c7f3
@@ -7,7 +7,7 @@ BEGIN {require 5.006;}
b9c7f3
 
b9c7f3
 require Exporter;
b9c7f3
 use ExtUtils::MakeMaker::Config;
b9c7f3
-use ExtUtils::MakeMaker::version; # ensure we always have our fake version.pm
b9c7f3
+use version; # ensure we always have version.pm
b9c7f3
 use Carp;
b9c7f3
 use File::Path;
b9c7f3
 my $CAN_DECODE = eval { require ExtUtils::MakeMaker::Locale; }; # 2 birds, 1 stone
b9c7f3
-- 
b9c7f3
1.9.3
b9c7f3