Path to this page:
./
devel/p5-Test-TempDir,
Temporary files support for testing
Branch: pkgsrc-2009Q2,
Version: 0.04,
Package name: p5-Test-TempDir-0.04,
Maintainer: pkgsrc-usersTest::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.
Required to run:[
devel/p5-Path-Class] [
devel/p5-Moose] [
devel/p5-MooseX-Types-Path-Class]
Master sites: (Expand)
SHA1: 7eb8feb31d17ca559c31cb1a692439470d8ad6eb
RMD160: 86e6f200ad4de93aa49271930e85de968e911b74
Filesize: 6.869 KB
Version history: (Expand)
- (2009-07-09) Package has been reborn
- (2009-07-08) Package added to pkgsrc.se, version p5-Test-TempDir-0.04 (created)