diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-09-14 08:33:52 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-14 08:33:52 +0100 |
commit | 082491efb9f170a38b21c3d12c1f7d304d8b8676 (patch) | |
tree | e0deeb9ed1f22ce2d48d8e912f75b44207b7668f /perl/perl-Test-TempDir-Tiny/slack-desc | |
parent | 25ef34e9fdb3d20cea7e07cd0fafcc34c2034494 (diff) | |
download | slackbuilds-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/slack-desc')
-rw-r--r-- | perl/perl-Test-TempDir-Tiny/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Test-TempDir-Tiny/slack-desc b/perl/perl-Test-TempDir-Tiny/slack-desc new file mode 100644 index 0000000000..64c625c4d2 --- /dev/null +++ b/perl/perl-Test-TempDir-Tiny/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-Test-TempDir-Tiny: perl-Test-TempDir-Tiny (temp dirs that stick around if tests fail) +perl-Test-TempDir-Tiny: +perl-Test-TempDir-Tiny: This module works with Test::More to create temporary directories +perl-Test-TempDir-Tiny: that stick around if tests fail. +perl-Test-TempDir-Tiny: +perl-Test-TempDir-Tiny: It is loosely based on Test::TempDir, but with less complexity, +perl-Test-TempDir-Tiny: greater portability and zero non-core dependencies. +perl-Test-TempDir-Tiny: +perl-Test-TempDir-Tiny: +perl-Test-TempDir-Tiny: +perl-Test-TempDir-Tiny: |