slackbuilds/perl/perl-Test-Script
Mikko Värri 3b70ab0693 Various: License change
modified:   perl/perl-Config-Find/perl-Config-Find.SlackBuild
modified:   perl/perl-File-HomeDir/perl-File-HomeDir.SlackBuild
modified:   perl/perl-File-Which/perl-File-Which.SlackBuild
modified:   perl/perl-IPC-Run3/perl-IPC-Run3.SlackBuild
modified:   perl/perl-Probe-Perl/perl-Probe-Perl.SlackBuild
modified:   perl/perl-Test-Script/perl-Test-Script.SlackBuild

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-12-18 00:07:47 -02:00
..
README perl/perl-Test-Script: Added (basic cross-platform tests for scripts) 2011-12-18 00:07:47 -02:00
perl-Test-Script.SlackBuild Various: License change 2011-12-18 00:07:47 -02:00
perl-Test-Script.info perl/perl-Test-Script: Added (basic cross-platform tests for scripts) 2011-12-18 00:07:47 -02:00
slack-desc perl/perl-Test-Script: Added (basic cross-platform tests for scripts) 2011-12-18 00:07:47 -02:00

README

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.