# This Makefile.PL for Test-More-YAMLScript was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.49.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

use 5.016000;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Write Perl tests in YAMLScript",
  "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@ingy.net>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Test-More-YAMLScript",
  "EXE_FILES" => [
    "bin/test-more-yamlscript"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.016000",
  "NAME" => "Test::More::YAMLScript",
  "PREREQ_PM" => {
    "Lingy" => "v0.1.7",
    "Test::Simple" => "1.302191",
    "XXX" => "0.38",
    "YAML::PP" => "0.036",
    "YAMLScript" => "v0.1.1"
  },
  "VERSION" => "0.1.1",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Lingy" => "0.1.7",
  "Test::Simple" => "1.302191",
  "XXX" => "0.38",
  "YAML::PP" => "0.036",
  "YAMLScript" => "0.1.1"
);

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

package MY; use lib 't/lib'; use DistTestFixer;
sub postamble { $_[0]->SUPER::postamble . DistTestFixer->fix('test-more-yamlscript') }