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.
--