PDL-Algorithm-Center
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.031.
use strict;
use warnings;
use 5.010000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Various methods of finding the center of a sample",
"AUTHOR" => "Diab Jerius <djerius\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"Module::Build::Tiny" => "0.034"
},
"DISTNAME" => "PDL-Algorithm-Center",
"LICENSE" => "gpl",
"MIN_PERL_VERSION" => "5.010000",
"NAME" => "PDL::Algorithm::Center",
"PREREQ_PM" => {
"Data::Clone" => 0,
"Data::Visitor::Tiny" => 0,
"Hash::Wrap" => "0.10",
"List::Util" => "1.33",
"PDL" => 0,
"PDL::Image2D" => 0,
"PDL::Lite" => 0,
"PDL::Transform" => 0,
"Ref::Util" => 0,
"Safe::Isa" => 0,
"Scalar::Util" => 0,
"Try::Tiny" => 0,
"Type::Library" => 0,
"Type::Params" => 0,
"Type::Tiny" => "1.002001",
"Type::Utils" => 0,
"Types::Common::Numeric" => 0,
"Types::PDL" => 0,
"Types::Standard" => 0,
"custom::failures::x::alias" => "0.02",
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Data::Dump" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"PDL::Core" => 0,
"PDL::IO::FITS" => 0,
"PDL::Ufunc" => 0,
"Test2::V0" => 0,
"Test::More" => 0
},
"VERSION" => "0.15",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Data::Clone" => 0,
"Data::Dump" => 0,
"Data::Visitor::Tiny" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Hash::Wrap" => "0.10",
"IO::Handle" => 0,
"IPC::Open3" => 0,
"List::Util" => "1.33",
"PDL" => 0,
"PDL::Core" => 0,
"PDL::IO::FITS" => 0,
"PDL::Image2D" => 0,
"PDL::Lite" => 0,
"PDL::Transform" => 0,
"PDL::Ufunc" => 0,
"Ref::Util" => 0,
"Safe::Isa" => 0,
"Scalar::Util" => 0,
"Test2::V0" => 0,
"Test::More" => 0,
"Try::Tiny" => 0,
"Type::Library" => 0,
"Type::Params" => 0,
"Type::Tiny" => "1.002001",
"Type::Utils" => 0,
"Types::Common::Numeric" => 0,
"Types::PDL" => 0,
"Types::Standard" => 0,
"custom::failures::x::alias" => "0.02",
"strict" => 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) };
WriteMakefile(%WriteMakefileArgs);
( run in 0.603 second using v1.01-cache-2.11-cpan-39bf76dae61 )