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,