# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.028.
use strict;
use warnings;

use 5.020;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Open Bible Markup Language parser and renderer",
  "AUTHOR" => "Gryphon Shafer <gryphon\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bible-OBML",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.020",
  "NAME" => "Bible::OBML",
  "PREREQ_PM" => {
    "Bible::Reference" => "1.15",
    "Mojo::DOM" => 0,
    "Mojo::Util" => 0,
    "Text::Wrap" => 0,
    "exact" => "1.14",
    "exact::class" => "1.10"
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test2::V0" => 0,
    "Test::More" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "2.06",
  "test" => {
    "TESTS" => "t/*.t t/Bible/*.t"
  }
);


my %FallbackPrereqs = (
  "Bible::Reference" => "1.15",
  "File::Spec" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Mojo::DOM" => 0,
  "Mojo::Util" => 0,
  "Test2::V0" => 0,
  "Test::More" => 0,
  "Text::Wrap" => 0,
  "exact" => "1.14",
  "exact::class" => "1.10",
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);