summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-TempDir-Tiny/README
diff options
context:
space:
mode:
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.