summaryrefslogtreecommitdiffstats
path: root/libraries/perl-Test-Inter/README
diff options
context:
space:
mode:
author V'yacheslav Stetskevych <slava18@gmail.com>2010-06-25 00:05:31 -0400
committer dsomero <xgizzmo@slackbuilds.org>2010-06-25 00:05:31 -0400
commit8433ef9ae3b4460c4ab4dde0b95a67392a94ca70 (patch)
tree1b52ac928e86cfdb026be216b279a6035272590e /libraries/perl-Test-Inter/README
parent4f32be64aaff14020e2cd7bbcb8ed893446b5c3c (diff)
downloadslackbuilds-8433ef9ae3b4460c4ab4dde0b95a67392a94ca70.tar.gz
slackbuilds-8433ef9ae3b4460c4ab4dde0b95a67392a94ca70.tar.xz
libraries/perl-Test-Inter: Added (framework for test scripts)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/perl-Test-Inter/README')
-rw-r--r--libraries/perl-Test-Inter/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/perl-Test-Inter/README b/libraries/perl-Test-Inter/README
new file mode 100644
index 0000000000..3961b10607
--- /dev/null
+++ b/libraries/perl-Test-Inter/README
@@ -0,0 +1,5 @@
+perl-Test-Inter (framework for more readable interactive test scripts)
+
+This is another framework for writing test scripts.
+It is loosely inspired by Test::More, and has most of it's
+functionality, but it is not a drop-in replacement.