Math-Business-Lookback
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.024.
use strict;
use warnings;
use 5.014000;
use ExtUtils::MakeMaker 7.64;
my %WriteMakefileArgs = (
"ABSTRACT" => "The Black-Scholes formula for Lookback options.",
"AUTHOR" => "binary.com <binary\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "7.64"
},
"DISTNAME" => "Math-Business-Lookback",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.014000",
"NAME" => "Math::Business::Lookback",
"PREREQ_PM" => {
"List::Util" => 0,
"Math::CDF" => 0,
"Scalar::Util" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Format::Util::Numbers" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::CheckDeps" => "0.010",
"Test::Exception" => 0,
"Test::More" => "0.94",
"Test::Most" => 0,
"Test::Perl::Critic" => 0,
"Test::Warn" => 0,
"Test::Warnings" => 0,
"Text::CSV::Slurp" => 0
},
"VERSION" => "0.01",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Format::Util::Numbers" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"List::Util" => 0,
"Math::CDF" => 0,
"Scalar::Util" => 0,
"Test::CheckDeps" => "0.010",
"Test::Exception" => 0,
"Test::More" => "0.94",
"Test::Most" => 0,
"Test::Perl::Critic" => 0,
"Test::Warn" => 0,
"Test::Warnings" => 0,
"Text::CSV::Slurp" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
( run in 1.749 second using v1.01-cache-2.11-cpan-39bf76dae61 )