diff options
Diffstat (limited to 'perl/perl-Test-Script/README')
-rw-r--r-- | perl/perl-Test-Script/README | 8 |
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. |