Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Excel-Writer-XLSX CPAN distribution.

Report information
The Basics
Id: 65816
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Excel-Writer-XLSX

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

Bug Information
Severity: Normal
Broken in: 0.10
Fixed in: (no value)



Subject: Tests leave behind 6.3 MB in /tmp/
As per subject. The test suite does not clean up /tmp/ after using it. HTH, Thanks!
On Thu Feb 17 03:19:25 2011, ANDK wrote: Show quoted text
> As per subject. The test suite does not clean up /tmp/ after using it.
Ouch. Thanks, I'll look into that. John. --
On Thu Feb 17 03:55:07 2011, JMCNAMARA wrote: Show quoted text
> On Thu Feb 17 03:19:25 2011, ANDK wrote:
> > As per subject. The test suite does not clean up /tmp/ after using
Hi, It was missing a cleanup on File::Temp::tempdir(). $ diff lib/Excel/Writer/XLSX/Workbook.pm.bak lib/Excel/Writer/XLSX/Workbook.pm 522c522 < my $dir = tempdir(); --- Show quoted text
> my $dir = tempdir( CLEANUP => 1 );
574d573 < I'll fix it and push the update to CPAN. Thanks, JOhn. --
On Thu Feb 17 03:19:25 2011, ANDK wrote: Show quoted text
> As per subject. The test suite does not clean up /tmp/ after using it.
Hi Andreas, This should be fixed in Excel::Writer::XLSX 0.11 which went to CPAN last night. Thanks for your test report and for your CPAN work in general. John. --
Hi Andreas, Resolved in version 0.11. I'll close this issue. If there is anything else let me know. John. --