Closed Tux closed 9 years ago
I'll push this one to the top of the stack.
This is tricky since the fail seems to be system dependant and CPAN Testers is down. I think I know where the variation is coming from but I will need to roll the change to github here for verification after I write it if you would be willing to test
of course
Thanks
I hope pull request #66 fixes this one. I will leave it open for comment since I don't have any internal verification tests for this one and CPAN Testers is down. (It makes you think when an open source resource that you rely on goes down.)
All tests pass in git checkout
This however broke Spreadsheet::Read's support
Spreadsheet-Read 503 > prove -vwb t/630_xlsx.t
t/630_xlsx.t .. # Parser: Spreadsheet::XLSX::Reader::LibXML-v0.38.12
ok 1 - Nonexistent file
ok 2 - Empty file
Can't locate object method "_merge_map" via package "WorksheetInstance" at /pro/3gl/CPAN/Spreadsheet-Read/blib/lib/Spreadsheet/Read.pm line 330.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed
Test Summary Report
-------------------
t/630_xlsx.t (Wstat: 65280 Tests: 2 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=1, Tests=2, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.84 cusr 0.04 csys = 0.90 CPU)
Result: FAIL
ok let me look into that