Acme-MITHALDU-XSGrabBag
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This Makefile.PL for Acme-MITHALDU-XSGrabBag was generated by
# Dist::Zilla::Plugin::InlineModule 0.07
# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.38.
# Don't edit it but the dist.ini and plugins used to construct it.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;
use lib 'inc';
use Inline::Module;
my %WriteMakefileArgs = (
"ABSTRACT" => "a bunch of XS math functions i'm not sure where to shove yet",
"AUTHOR" => "Christian Walde <walde.christian\@gmail.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Acme-MITHALDU-XSGrabBag",
"LICENSE" => "unrestricted",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Acme::MITHALDU::XSGrabBag",
"PREREQ_PM" => {
"Exporter" => 0,
"Inline::C" => "0.74",
"Inline::Module" => 0,
"strict" => 0,
"strictures" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"File::Temp" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::InDistDir" => 0,
"Test::More" => 0,
"Test::Number::Delta" => 0,
"blib" => "1.01"
},
"VERSION" => "1.161310",
"postamble" => {
"inline" => {
"bundle" => 1,
"ilsm" => [
"Inline::C"
],
"module" => [
"Acme::MITHALDU::XSGrabBag"
],
"stub" => [
"Acme::MITHALDU::XSGrabBag::Inline"
]
}
},
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Exporter" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Inline::C" => "0.74",
"Inline::Module" => 0,
"Test::InDistDir" => 0,
"Test::More" => 0,
"Test::Number::Delta" => 0,
"blib" => "1.01",
"strict" => 0,
"strictures" => 0,
"warnings" => 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) };
if ( $^O eq 'MSWin32' ) {
$WriteMakefileArgs{PREREQ_PM}{'Win32::Mutex'} = '0';
}
WriteMakefile(%WriteMakefileArgs);
( run in 0.585 second using v1.01-cache-2.11-cpan-ceb78f64989 )