summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-Script/README
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2011-12-12 10:27:40 -0600
committer Niels Horn <niels.horn@slackbuilds.org>2011-12-18 00:07:47 -0200
commitd01755ed67e63bdeda5303a395379e685acda497 (patch)
tree2f46ac68cb83555fe6ff42fd57c8940fecdb4809 /perl/perl-Test-Script/README
parentcf0ed37ae6f0cb63b754426b8e87a7056f748bc1 (diff)
downloadslackbuilds-d01755ed67e63bdeda5303a395379e685acda497.tar.gz
slackbuilds-d01755ed67e63bdeda5303a395379e685acda497.tar.xz
perl/perl-Test-Script: Added (basic cross-platform tests for scripts)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-Script/README')
-rw-r--r--perl/perl-Test-Script/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-Test-Script/README b/perl/perl-Test-Script/README
new file mode 100644
index 0000000000..bd10dd51f9
--- /dev/null
+++ b/perl/perl-Test-Script/README
@@ -0,0 +1,8 @@
+The intent of Test-Script module is to provide a series of basic
+tests for 80% of the testing you will need to do for scripts in the
+script (or bin as is also commonly used) paths of your Perl
+distribution. Further, it aims to provide this functionality with
+perfect platform-compatibility, and in a way that is as unobtrusive
+as possible.
+
+This requires perl-IPC-Run3 and perl-Probe-Perl.