3a5ce8f0f7
Test::TempDir provides temporary directory creation with testing in mind. The differences between using this and using File::Temp are: * If t/tmp is available (writable, creatable, etc) it's preferred over $ENV{TMPDIR} etc. Otherwise a temporary directory will be used. This is temp_root * Lockfiles are used on t/tmp, to prevent race conditions when running under a parallel test harness. * The temp_root is cleaned at the end of a test run, but not if tests failed. * temp_root is emptied at the begining of a test run unconditionally. * The default policy is not to clean the individual tempfiles and tempdirs within temp_root, in order to aid in debugging of failed tests.
5 lines
255 B
Text
5 lines
255 B
Text
$NetBSD: distinfo,v 1.1.1.1 2009/01/11 13:42:03 he Exp $
|
|
|
|
SHA1 (Test-TempDir-0.04.tar.gz) = 7eb8feb31d17ca559c31cb1a692439470d8ad6eb
|
|
RMD160 (Test-TempDir-0.04.tar.gz) = 86e6f200ad4de93aa49271930e85de968e911b74
|
|
Size (Test-TempDir-0.04.tar.gz) = 7034 bytes
|