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

use 5.014;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Feature-complete Cucumber-style testing in Perl",
  "AUTHOR" => "Peter Sergeant <pete\@clueball.com>, Erik Huelsmann <ehuels\@gmail.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Test-BDD-Cucumber",
  "EXE_FILES" => [
    "bin/pherkin"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.014",
  "NAME" => "Test::BDD::Cucumber",
  "PREREQ_PM" => {
    "Cucumber::TagExpressions" => "5.0.5",
    "File::Find::Rule" => 0,
    "JSON::MaybeXS" => "1.1.0",
    "List::Util" => "1.33",
    "Module::Runtime" => 0,
    "Moo" => "2.2.2",
    "MooX::HandlesVia" => 0,
    "Path::Class" => 0,
    "TAP::Parser::Iterator" => 0,
    "TAP::Parser::SourceHandler" => 0,
    "Term::ANSIColor" => "3.00",
    "Test2::API" => "1.302087",
    "Test2::Tools::Basic" => 0,
    "Test::More" => 0,
    "Types::Standard" => 0,
    "YAML" => "1.15"
  },
  "TEST_REQUIRES" => {
    "File::Copy::Recursive" => 0,
    "IO::Scalar" => 0,
    "Path::Tiny" => 0,
    "Test2::V0" => 0,
    "Test::Differences" => 0,
    "Test::Exception" => 0,
    "Test::Pod" => 0
  },
  "VERSION" => "0.87",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Cucumber::TagExpressions" => "5.0.5",
  "File::Copy::Recursive" => 0,
  "File::Find::Rule" => 0,
  "IO::Scalar" => 0,
  "JSON::MaybeXS" => "1.1.0",
  "List::Util" => "1.33",
  "Module::Runtime" => 0,
  "Moo" => "2.2.2",
  "MooX::HandlesVia" => 0,
  "Path::Class" => 0,
  "Path::Tiny" => 0,
  "TAP::Parser::Iterator" => 0,
  "TAP::Parser::SourceHandler" => 0,
  "Term::ANSIColor" => "3.00",
  "Test2::API" => "1.302087",
  "Test2::Tools::Basic" => 0,
  "Test2::V0" => 0,
  "Test::Differences" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Test::Pod" => 0,
  "Types::Standard" => 0,
  "YAML" => "1.15"
);


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);
