Subject: | Test failure: "use Spreadsheet::WriteExcel;" |
When testing Spreadsheet::ParseExcel::Simple, I get the following error:
t/02....Can't locate Spreadsheet/WriteExcel.pm in @INC (@INC contains: /home/ken/.cpan/build/Spreadsheet-ParseExcel-Simple-1.02/blib/lib /home/ken/.cpan/build/Spreadsheet-ParseExcel-Simple-1.02/blib/arch
... and so on.
If you add a BEGIN{} block around the first eval() & plan() statements in t/02.t, it'll fix the issue.
-Ken