Skip Menu |

This queue is for tickets about the Spreadsheet-CSV CPAN distribution.

Report information
The Basics
Id: 99930
Status: resolved
Priority: 0/
Queue: Spreadsheet-CSV

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.19
Fixed in: 0.20



Subject: CGITempFile related failure
The t/04-usage.t test fails on my system (perl 5.21.5, FreeBSD 10): Can't locate object method "new" via package "CGITempFile" (perhaps you forgot to load "CGITempFile"?) at t/04-usage.t line 14. # Looks like your test exited with 255 before it could output anything. t/04-usage.t ........ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests Maybe it's related to new CGI.pm versions?
On Fri Oct 31 19:15:17 2014, SREZIC wrote: Show quoted text
> The t/04-usage.t test fails on my system (perl 5.21.5, FreeBSD 10): > > Can't locate object method "new" via package "CGITempFile" (perhaps > you forgot to load "CGITempFile"?) at t/04-usage.t line 14. > # Looks like your test exited with 255 before it could output > anything. > t/04-usage.t ........ > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/1 subtests > > Maybe it's related to new CGI.pm versions?
Definitely. I've fixed the tests to cope with old and new versions of CGI.pm. Thanks for the bug report. New version has been uploaded and will be on CPAN shortly.
On 2014-10-31 06:20:59, DDICK wrote: Show quoted text
> On Fri Oct 31 19:15:17 2014, SREZIC wrote:
> > The t/04-usage.t test fails on my system (perl 5.21.5, FreeBSD 10): > > > > Can't locate object method "new" via package "CGITempFile" (perhaps > > you forgot to load "CGITempFile"?) at t/04-usage.t line 14. > > # Looks like your test exited with 255 before it could output > > anything. > > t/04-usage.t ........ > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 1/1 subtests > > > > Maybe it's related to new CGI.pm versions?
> > Definitely. I've fixed the tests to cope with old and new versions of > CGI.pm. Thanks for the bug report. New version has been uploaded and > will be on CPAN shortly.
0.20 looks good: http://matrix.cpantesters.org/?dist=Spreadsheet-CSV+0.20