# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.039.
use strict;
use 5.010000;
my %WriteMakefileArgs = (
"ABSTRACT" => "Extract Raw Chunks of data from identifiable ELF Sections",
"AUTHOR" => "Kent Fredric <kentnl\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"Capture::Tiny" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Which" => 0,
"Term::ANSIColor" => "3.00"
},
"DISTNAME" => "ELF-Extract-Sections",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010000",
"NAME" => "ELF::Extract::Sections",
"PREREQ_PM" => {
"Capture::Tiny" => 0,
"Carp" => 0,
"Log::Log4perl" => "1.21",
"Module::Runtime" => 0,
"Moose" => "0.76",
"Moose::Role" => 0,
"MooseX::Has::Sugar" => "0.0300",
"MooseX::Log::Log4perl" => "0.31",
"MooseX::Params::Validate" => 0,
"MooseX::Types" => "0.10",
"MooseX::Types::Moose" => "0.10",
"MooseX::Types::Path::Tiny" => 0,
"overload" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Which" => 0,
"FindBin" => 0,
"Log::Log4perl" => "1.21",
"Path::Iterator::Rule" => 0,
"Path::Tiny" => 0,
"Test::More" => "0.89",
"YAML::XS" => 0,
"lib" => 0
},
"VERSION" => "1.001003",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
);
my %FallbackPrereqs = (
"Capture::Tiny" => 0,
"Carp" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Which" => 0,
"FindBin" => 0,
"Log::Log4perl" => "1.21",
"Module::Runtime" => 0,
"Moose" => "0.76",
"Moose::Role" => 0,
"MooseX::Has::Sugar" => "0.0300",
"MooseX::Log::Log4perl" => "0.31",
"MooseX::Params::Validate" => 0,
"MooseX::Types" => "0.10",
"MooseX::Types::Moose" => "0.10",
"MooseX::Types::Path::Tiny" => 0,
"Path::Iterator::Rule" => 0,
"Path::Tiny" => 0,
"Test::More" => "0.89",
"YAML::XS" => 0,
"lib" => 0,
"overload" => 0,
"strict" => 0,
"warnings" => 0
);
# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.016
{
local @INC = @INC;
unshift @INC, 'inc';
require objdump_version;
objdump_version::version_check();
}
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);