Description: Reduces the unnecessarily high version dependency on Module::Build
 To ease builds of this package on different distribution versions, we reduce
 the unneccessarily high version dependency on Module::Build
Author: Carsten Wolff <carsten@wolffcarsten.de>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-06-15
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=86137

--- a/META.json
+++ b/META.json
@@ -23,7 +23,7 @@
       },
       "configure" : {
          "requires" : {
-            "Module::Build" : "0.39"
+            "Module::Build" : "0.34"
          }
       },
       "runtime" : {
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@
   Test::Inter: 0
   Test::More: 0
 configure_requires:
-  Module::Build: 0.39
+  Module::Build: 0.34
 dynamic_config: 1
 generated_by: 'Module::Build version 0.3901, CPAN::Meta::Converter version 2.120921'
 license: perl
