The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict; use warnings;
BEGIN {
  unless(eval q{ use 5.008001; 1}) {
    print "Perl 5.008001 or better required\n";
    exit;
  }
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.26.
use strict;
use warnings;
use 5.008001;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT"       => "Build and install libyaml, a C-based YAML parser and emitter",
  "AUTHOR"         => "Richard Sim\x{f5}es <rsimoes AT cpan DOT org>, Graham Ollis <plicease\@cpan.org>",
  "BUILD_REQUIRES" => {
    "Alien::Build"        => "0.32",
    "Alien::Build::MM"    => "0.32",
    "ExtUtils::MakeMaker" => "6.52"
  },
  "CONFIGURE_REQUIRES" => {
    "Alien::Build"        => "0.67",
    "Alien::Build::MM"    => "0.32",
    "ExtUtils::MakeMaker" => "6.52"
  },
  "DISTNAME"         => "Alien-LibYAML",
  "LICENSE"          => "mit",
  "MIN_PERL_VERSION" => "5.008001",
  "NAME"             => "Alien::LibYAML",
  "PM"               => {
    "lib/Alien/LibYAML.pm" => "\$(INST_LIB)/Alien/LibYAML.pm"
  },
  "PREREQ_PM" => {
    "Alien::Base" => "0.67"
  },
  "TEST_REQUIRES" => {
    "Test2::V0"   => "0.000060",
    "Test::Alien" => 0
  },
  "VERSION" => "2.02",
  "test"    => {
    "TESTS" => "t/*.t"
    }
);

my %FallbackPrereqs = (
  "Alien::Base"         => "0.67",
  "Alien::Build"        => "0.32",
  "Alien::Build::MM"    => "0.32",
  "ExtUtils::MakeMaker" => "6.52",
  "Test2::V0"           => "0.000060",
  "Test::Alien"         => 0
);

# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
use Alien::Build::MM;
my $abmm = Alien::Build::MM->new;
%WriteMakefileArgs = $abmm->mm_args(%WriteMakefileArgs);

# END code inserted by Dist::Zilla::Plugin::AlienBuild

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

# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
sub MY::postamble {
  $abmm->mm_postamble;
}

# END code inserted by Dist::Zilla::Plugin::AlienBuild