From 9d76892ae2c6dc7f394bb85c0a3c789b4ef8517d Mon Sep 17 00:00:00 2001
From: Slaven Rezic <[email protected]>
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' => 'perl',
    'PREREQ_PM' => {
        'base' => 0,
-        'ExtUtils::MakeMaker' => '6.56',
+        #'ExtUtils::MakeMaker' => '6.56',
        #'Hash::FieldHash' => '0.09',
        'strict' => 0,
        'Test::More' => 0,
--
1.7.2.5