Skip to content

Commit

Permalink
Add Faster::Maths to Makefile.PL and cpanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Feb 14, 2024
1 parent 4ec59a8 commit d67b246
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 7 additions & 6 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ use ExtUtils::MakeMaker;
# these are from the cpanfile
# need to look at https://metacpan.org/pod/ExtUtils::MakeMaker::CPANfile
my %common_reqs = (
"Class::Inspector" => 0,
"Clone" => "0.35",
"Cpanel::JSON::XS" => "3",
"Class::Inspector" => 0,
"Clone" => "0.35",
"Cpanel::JSON::XS" => "3",
"Data::Structure::Util" => 0,
"Data::Compare" => 0,
"Exception::Class" => 0,
"Exporter::Easy" => 0,
"Data::Compare" => 0,
"Exception::Class" => 0,
"Exporter::Easy" => 0,
"Faster::Maths" => 0,
"File::BOM" => 0,
"File::Find::Rule" => 0,
"Geo::Converter::dms2dd" => "0.05",
Expand Down
3 changes: 2 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ requires "Excel::ValueReader::XLSX";
requires "Exception::Class";
requires "Exporter::Easy";
#requires "FFI::Platypus::Declare";
requires "Faster::Maths";
requires "File::BOM";
requires "File::Find::Rule";
requires "Geo::Converter::dms2dd", "0.05";
Expand Down Expand Up @@ -49,7 +50,7 @@ requires "rlib";
#requires "Math::AnyNum"; # until we don't
requires "Statistics::Descriptive::PDL", "0.15";

suggests "Panda::Lib";
# suggests "Panda::Lib";
suggests "Data::Recursive";

#test_requires => sub {
Expand Down

0 comments on commit d67b246

Please sign in to comment.