# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Premake5 build plugin for Alien::Build",
"AUTHOR" => "Jos\x{e9} Joaqu\x{ed}n Atria <jjatria\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Alien-Build-Plugin-Build-Premake5",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Alien::Build::Plugin::Build::Premake5",
"PREREQ_PM" => {
"Alien::Build::Plugin" => 0,
"Alien::premake5" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Path::Tiny" => 0,
"Test2::V0" => 0,
"Test::Alien::Build" => 0
},
"VERSION" => "0.002",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Alien::Build::Plugin" => 0,
"Alien::premake5" => 0,
"Path::Tiny" => 0,
"Test2::V0" => 0,
"Test::Alien::Build" => 0,
"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);