Description: remove required version for ExtUtils::MakeMaker, this is only
 required to avoid YAML version 1.16 which is not packaged for debian
Forwarded: not-needed
Author: Nuno Carvalho <smash@cpan.org>
Last-Update: 2016-10-21

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@
 
 
 
-use ExtUtils::MakeMaker 7.1101;
+use ExtUtils::MakeMaker;
 
 use File::ShareDir::Install;
 $File::ShareDir::Install::INCLUDE_DOTFILES = 1;
@@ -16,7 +16,7 @@
   "ABSTRACT" => "Lightweight yet powerful web application framework",
   "AUTHOR" => "Dancer Core Developers",
   "CONFIGURE_REQUIRES" => {
-    "ExtUtils::MakeMaker" => "7.1101",
+    "ExtUtils::MakeMaker" => "0",
     "File::ShareDir::Install" => "0.06"
   },
   "DISTNAME" => "Dancer2",
--- a/META.json
+++ b/META.json
@@ -16,7 +16,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "7.1101",
+            "ExtUtils::MakeMaker" : "0",
             "File::ShareDir::Install" : "0.06"
          }
       },
--- a/META.yml
+++ b/META.yml
@@ -17,7 +17,7 @@
   Test::Fatal: '0'
   Test::More: '0.92'
 configure_requires:
-  ExtUtils::MakeMaker: '7.1101'
+  ExtUtils::MakeMaker: '0'
   File::ShareDir::Install: '0.06'
 conflicts:
   YAML: '1.16'
