# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.039. use strict; use warnings; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "Compile and link C code for Perl modules", "AUTHOR" => "Ken Williams , The Perl 5 Porters", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "ExtUtils-CBuilder", "LICENSE" => "perl", "NAME" => "ExtUtils::CBuilder", "PREREQ_PM" => { "Cwd" => 0, "ExtUtils::MakeMaker" => "6.30", "File::Basename" => 0, "File::Spec" => "3.13", "File::Temp" => 0, "IO::File" => 0, "IPC::Cmd" => 0, "Perl::OSType" => 1, "Text::ParseWords" => 0 }, "TEST_REQUIRES" => { "Test::More" => "0.47" }, "VERSION" => "0.280225", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "Cwd" => 0, "ExtUtils::MakeMaker" => "6.30", "File::Basename" => 0, "File::Spec" => "3.13", "File::Temp" => 0, "IO::File" => 0, "IPC::Cmd" => 0, "Perl::OSType" => 1, "Test::More" => "0.47", "Text::ParseWords" => 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) }; $WriteMakefileArgs{INSTALLDIRS} = 'perl' if $] >= 5.009003 && $] <= 5.011000; WriteMakefile(%WriteMakefileArgs);