The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.032.
use strict;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";
my %WriteMakefileArgs = (
"ABSTRACT" => "Wrapper around C<Alien::OpenMP> that provides helpful C macros and runtime C functions",
"AUTHOR" => "oodler <oodler\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::ShareDir::Install" => "0.06"
},
"DISTNAME" => "OpenMP-Simple",
"LICENSE" => "perl",
"NAME" => "OpenMP::Simple",
"PREREQ_PM" => {
"Alien::OpenMP" => 0,
"File::ShareDir" => 0,
"Inline::C" => 0,
"OpenMP::Environment" => 0,
"Util::H2O::More" => "0.3.4"
},
"TEST_REQUIRES" => {
"Alien::OpenMP" => 0,
"Digest::MD5" => 0,
"File::Temp" => 0,
"Inline::C" => 0,
"OpenMP::Environment" => 0,
"Test::Deep" => 0,
"Test::Exception" => 0,
"Test::More" => 0,
"Util::H2O::More" => "0.3.4"
},
"VERSION" => "0.2.3",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Alien::OpenMP" => 0,
"Digest::MD5" => 0,
"File::ShareDir" => 0,
"File::Temp" => 0,
"Inline::C" => 0,
"OpenMP::Environment" => 0,
"Test::Deep" => 0,
"Test::Exception" => 0,
"Test::More" => 0,
"Util::H2O::More" => "0.3.4"
);
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);
{
package
MY;
use File::ShareDir::Install qw(postamble);
}