summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-TempDir-Tiny/README
diff options
context:
space:
mode:
author Andreas Guldstrand2018-09-14 09:33:52 +0200
committer David Spencer2018-09-14 09:33:52 +0200
commit082491efb9f170a38b21c3d12c1f7d304d8b8676 (patch)
treee0deeb9ed1f22ce2d48d8e912f75b44207b7668f /perl/perl-Test-TempDir-Tiny/README
parent25ef34e9fdb3d20cea7e07cd0fafcc34c2034494 (diff)
downloadslackbuilds-082491efb9f170a38b21c3d12c1f7d304d8b8676.tar.gz
perl/perl-Test-TempDir-Tiny: Added (keep temp dirs if tests fail).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-TempDir-Tiny/README')
-rw-r--r--perl/perl-Test-TempDir-Tiny/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Test-TempDir-Tiny/README b/perl/perl-Test-TempDir-Tiny/README
new file mode 100644
index 0000000000..9e78ae3838
--- /dev/null
+++ b/perl/perl-Test-TempDir-Tiny/README
@@ -0,0 +1,5 @@
+This module 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.