diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-03 19:30:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-03 19:30:25 +0000 |
commit | 72c65538162d1a7094bb963160e4ace3151bc489 (patch) | |
tree | 856ba363d5bae5e5d26d6638db3f47610a9618eb /devel/Makefile | |
parent | 6c307331624bdcb04459d51b322fd781e874cdb2 (diff) |
- Add p5-Test-TempDir-Tiny 0.002
Test::TempDir::Tiny works with Test::More to create temporary directories that
stick around if tests fail.
It is loosely based on Test::TempDir, but with less complexity, greater
portability and zero non-core dependencies. (Capture::Tiny is recommended for
testing.)
WWW: http://search.cpan.org/dist/Test-TempDir-Tiny/
Notes
Notes:
svn path=/head/; revision=376158
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index eb368c38d379..3b9868ab6e54 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3009,6 +3009,7 @@ SUBDIR += p5-Test-TableDriven SUBDIR += p5-Test-Taint SUBDIR += p5-Test-TempDir + SUBDIR += p5-Test-TempDir-Tiny SUBDIR += p5-Test-Tester SUBDIR += p5-Test-Time SUBDIR += p5-Test-Timer |