Tux / Spreadsheet-Read

Meta-Wrapper for reading spreadsheet data with perl5
15 stars 17 forks source link

Spreadsheet::Read not loading #40

Closed ylavoie closed 2 years ago

ylavoie commented 3 years ago

Testing modules are not loaded/defined with use Spreadsheet::Read qw(ReadData parses);

Z10::Just::For::Testing version 1.23 required--this is only version 1.00 at (eval 280) line 1

Tux commented 3 years ago

And what is the problem? What version of perl do you use? Does the testsuite now fail for you? Does your program FAIL or not start at all?

$ perl -Mblib -wE'use Spreadsheet::Read qw( ReadData parses ); say Spreadsheet::Read->VERSION;'
0.85