Subject: | Cleaning up /tmp directory |
The test suite leaves a temporary file behind. I just ran it three times
and then did a mixed ls on the build directory and the /tmpt/ directory:
2008-02-06T08:30:29 4096 /home/sand/.cpan/build/WWW-Slides-0.0.9-GO5lFJ/
2008-02-06T08:30:47 1052 /tmp/htfDATwv0V
2008-02-06T08:30:50 1636
/home/sand/.cpan/build/WWW-Slides-0.0.9-GO5lFJ.yml
2008-02-06T08:31:38 4096 /home/sand/.cpan/build/WWW-Slides-0.0.9-n75op0/
2008-02-06T08:31:56 1052 /tmp/q3ev8VEniq
2008-02-06T08:32:00 1656
/home/sand/.cpan/build/WWW-Slides-0.0.9-n75op0.yml
2008-02-06T08:32:07 4096 /home/sand/.cpan/build/WWW-Slides-0.0.9-QrXHOF/
2008-02-06T08:32:25 1052 /tmp/QEIl1wUXUB
2008-02-06T08:32:28 1656
/home/sand/.cpan/build/WWW-Slides-0.0.9-QrXHOF.yml
That's maybe just a matter of adding an UNLINK => 1 to the File::Temp
constructor.
Thanks,