Skip to content

Commit

Permalink
Build: Ensure more modules are found by pp scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Oct 29, 2023
1 parent 88b915d commit 5bb30b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/Biodiverse/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ BEGIN {
}
eval 'use Alien::GtkStack::Windows';
if (!$EVAL_ERROR) {
say "Added Alien::GtkStack bin dir to path";
say "Added Alien::GtkStack::Windows bin dir to path";
}
}

Expand Down Expand Up @@ -288,6 +288,11 @@ if ($ENV{BDV_PP_BUILDING}) {
use Spreadsheet::ParseExcel;
use Spreadsheet::ParseXLSX;
use PerlIO::gzip; # used by ParseODS
# Excel::ValueReader::XLSX
use Excel::ValueReader::XLSX;
use Excel::ValueReader::XLSX::Backend;
use Excel::ValueReader::XLSX::Backend::Regex;
use Archive::Zip

# GUI needs this for help,
# so don't trigger for engine-only
Expand Down

0 comments on commit 5bb30b6

Please sign in to comment.