Skip to content

Commit

Permalink
Remove require of Spreadsheet::XLSX
Browse files Browse the repository at this point in the history
The latest version does not install on Strawberry perl and its use is discouraged in the Spreadsheet::Read docs.
  • Loading branch information
shawnlaffan committed May 20, 2016
1 parent 5dd4e11 commit 4118ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biodiverse/BaseData.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use Spreadsheet::Read 0.60;
require Spreadsheet::ReadSXC;
require Spreadsheet::ParseExcel;
require Spreadsheet::ParseXLSX;
require Spreadsheet::XLSX;
#require Spreadsheet::XLSX; latest version does not install

use English qw { -no_match_vars };

Expand Down

0 comments on commit 4118ee1

Please sign in to comment.