Math-BSpline-Curve
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.017.
use strict;
use warnings;
use 5.014;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "B-spline curves",
"AUTHOR" => "Lutz Gehlen <perl\@lutzgehlen.de>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Math-BSpline-Curve",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.014",
"NAME" => "Math::BSpline::Curve",
"PREREQ_PM" => {
"List::Util" => "1.26",
"Log::Any" => "1.044",
"Math::BSpline::Basis" => "0.001",
"Math::Matrix::Banded" => "0.004",
"Module::Runtime" => "0.012",
"Moo" => "2.002005",
"Moo::Role" => 0,
"Ref::Util" => "0.010",
"Scalar::Util" => "1.26",
"warnings" => 0
},
"TEST_REQUIRES" => {
"Test::More" => "0.98",
"constant" => 0
},
"VERSION" => "0.002",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"List::Util" => "1.26",
"Log::Any" => "1.044",
"Math::BSpline::Basis" => "0.001",
"Math::Matrix::Banded" => "0.004",
"Module::Runtime" => "0.012",
"Moo" => "2.002005",
"Moo::Role" => 0,
"Ref::Util" => "0.010",
"Scalar::Util" => "1.26",
"Test::More" => "0.98",
"constant" => 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.867 second using v1.01-cache-2.11-cpan-39bf76dae61 )