mirror of
https://github.com/Perl/perl5.git
synced 2026-01-27 01:44:43 +00:00
66 lines
1.5 KiB
Perl
66 lines
1.5 KiB
Perl
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015.
|
|
use strict;
|
|
use warnings;
|
|
|
|
|
|
|
|
use ExtUtils::MakeMaker;
|
|
|
|
my %WriteMakefileArgs = (
|
|
"ABSTRACT" => "Compile and link C code for Perl modules",
|
|
"AUTHOR" => "Ken Williams <kwilliams\@cpan.org>, 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.280242",
|
|
"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);
|