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>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-12-23

--- 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,12 +16,12 @@
   "ABSTRACT" => "Lightweight yet powerful web application framework",
   "AUTHOR" => "Dancer Core Developers",
   "BUILD_REQUIRES" => {
-    "ExtUtils::MakeMaker" => "7.1101",
+    "ExtUtils::MakeMaker" => "0",
     "Test::CPAN::Meta" => 0
   },
   "CONFIGURE_REQUIRES" => {
     "CPAN::Meta::Requirements" => "2.120620",
-    "ExtUtils::MakeMaker" => "7.1101",
+    "ExtUtils::MakeMaker" => "0",
     "File::ShareDir::Install" => "0.06",
     "Module::Metadata" => 0
   },
@@ -80,7 +80,7 @@
   },
   "TEST_REQUIRES" => {
     "Capture::Tiny" => "0.12",
-    "ExtUtils::MakeMaker" => "7.1101",
+    "ExtUtils::MakeMaker" => "0",
     "File::Spec" => 0,
     "HTTP::Cookies" => 0,
     "HTTP::Headers" => 0,
@@ -110,7 +110,7 @@
   "Encode" => 0,
   "Exporter" => "5.57",
   "Exporter::Tiny" => 0,
-  "ExtUtils::MakeMaker" => "7.1101",
+  "ExtUtils::MakeMaker" => "0",
   "File::Basename" => 0,
   "File::Copy" => 0,
   "File::Find" => 0,
--- a/META.json
+++ b/META.json
@@ -16,14 +16,14 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "7.1101",
+            "ExtUtils::MakeMaker" : "0",
             "Test::CPAN::Meta" : "0"
          }
       },
       "configure" : {
          "requires" : {
             "CPAN::Meta::Requirements" : "2.120620",
-            "ExtUtils::MakeMaker" : "7.1101",
+            "ExtUtils::MakeMaker" : "0",
             "File::ShareDir::Install" : "0.06",
             "Module::Metadata" : "0"
          }
@@ -124,7 +124,7 @@
          },
          "requires" : {
             "Capture::Tiny" : "0.12",
-            "ExtUtils::MakeMaker" : "7.1101",
+            "ExtUtils::MakeMaker" : "0",
             "File::Spec" : "0",
             "HTTP::Cookies" : "0",
             "HTTP::Headers" : "0",
--- a/META.yml
+++ b/META.yml
@@ -4,7 +4,7 @@
   - 'Dancer Core Developers'
 build_requires:
   Capture::Tiny: '0.12'
-  ExtUtils::MakeMaker: '7.1101'
+  ExtUtils::MakeMaker: '0'
   File::Spec: '0'
   HTTP::Cookies: '0'
   HTTP::Headers: '0'
@@ -18,7 +18,7 @@
   Test::More: '0.92'
 configure_requires:
   CPAN::Meta::Requirements: '2.120620'
-  ExtUtils::MakeMaker: '7.1101'
+  ExtUtils::MakeMaker: '0'
   File::ShareDir::Install: '0.06'
   Module::Metadata: '0'
 conflicts:
