<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 9d76892ae2c6dc7f394bb85c0a3c789b4ef8517d Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;slaven@rezic.de&gt;
Date: Thu, 14 Feb 2013 17:55:42 +0100
Subject: [PATCH] EUMM prereq version probably unnecessary

---
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index bf01745..61739bd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -39,7 +39,7 @@ my %INFOS = (
     'LICENSE' =&gt; 'perl',
     'PREREQ_PM' =&gt; {
         'base' =&gt; 0,
-        'ExtUtils::MakeMaker' =&gt; '6.56',
+        #'ExtUtils::MakeMaker' =&gt; '6.56',
         #'Hash::FieldHash' =&gt; '0.09',
         'strict' =&gt; 0,
         'Test::More' =&gt; 0,
-- 
1.7.2.5

</pre></body></html>