Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 32760
Status: resolved
Priority: 0/
Queue: DBIx-Class

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

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



Subject: Cleaning up /tmp directory
The test suite leaves one temporary file back. It's a SQLite file and contains wokrds like 'Peter Jackson' and 'Veronique'. Would be nice if it could be cleaned up at the end of the test that needs it. Usually something like UNLINK or CLEANUP on the File::Temp object is needed. Thanks,
We leave the file in place and instead unlink it at the -start- of the test run. This makes debugging failed tests much much easier. If you have a strong reason why this is a problem, please provide a patch that turns on your preferred behaviour if (!-e 'inc/.author')