# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.032.
use strict;
use 5.006;
my %WriteMakefileArgs = (
"ABSTRACT" => "Install SunVox",
"AUTHOR" => "John Barrett <john\@jbrt.org>",
"BUILD_REQUIRES" => {
"Alien::Build" => "0.32",
"Alien::Build::MM" => "0.32",
"ExtUtils::MakeMaker" => "6.52"
},
"CONFIGURE_REQUIRES" => {
"Alien::Build" => "1.40",
"Alien::Build::MM" => "0.32",
"Alien::Build::Plugin::Build::Copy" => 0,
"ExtUtils::MakeMaker" => "6.52"
},
"DISTNAME" => "Alien-SunVox",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Alien::SunVox",
"PREREQ_PM" => {
"Alien::Base" => "1.00"
},
"TEST_REQUIRES" => {
"Alien::Base" => "1.00",
"FFI::Platypus" => "1.00",
"Test2::V0" => 0,
"Test::Alien" => 0
},
"VERSION" => "0.01",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Alien::Base" => "1.00",
"Alien::Build" => "0.32",
"Alien::Build::MM" => "0.32",
"ExtUtils::MakeMaker" => "6.52",
"FFI::Platypus" => "1.00",
"Test2::V0" => 0,
"Test::Alien" => 0
);
# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
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
{ package
MY;
sub postamble {
$abmm->mm_postamble(@_);
}
sub install {
$abmm->can('mm_install')
? $abmm->mm_install(@_)
: shift->SUPER::install(@_);
}
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild