Subject: | Cleaning up /tmp directory |
The testsuite leaves two temporary directories behind. I just ran three
times test and did a mixed ls over build and tmp directory:
2008-02-06T08:25:59 4096 /tmp/q5nstUMqWE/
2008-02-06T08:26:00 4096 /tmp/BnYtzje1Cq/
2008-02-06T08:26:04 4096 /home/sand/.cpan/build/Devel-CheckLib-0.3-M_KFBb/
2008-02-06T08:26:06 1382
/home/sand/.cpan/build/Devel-CheckLib-0.3-M_KFBb.yml
2008-02-06T08:26:18 4096 /tmp/wh6X8UUupM/
2008-02-06T08:26:19 4096 /tmp/iIA0DNWVIs/
2008-02-06T08:26:21 4096 /home/sand/.cpan/build/Devel-CheckLib-0.3-ODCwTS/
2008-02-06T08:26:23 1402
/home/sand/.cpan/build/Devel-CheckLib-0.3-ODCwTS.yml
2008-02-06T08:26:43 4096 /tmp/1Xg8GVGMKc/
2008-02-06T08:26:44 4096 /tmp/dDU0Pg19er/
2008-02-06T08:26:48 4096 /home/sand/.cpan/build/Devel-CheckLib-0.3-Q2Q6Ut/
2008-02-06T08:26:50 1402
/home/sand/.cpan/build/Devel-CheckLib-0.3-Q2Q6Ut.yml
Maybe just a matter of adding CLEANUP => 1 to the File::Temp constructor.
Thanks,