summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-Simple/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Test-Simple/README')
-rw-r--r--perl/perl-Test-Simple/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-Test-Simple/README b/perl/perl-Test-Simple/README
new file mode 100644
index 0000000000..5e7706833f
--- /dev/null
+++ b/perl/perl-Test-Simple/README
@@ -0,0 +1,6 @@
+This is an extremely simple, extremely basic module for writing tests suitable
+for CPAN modules and other pursuits. If you wish to do more complicated
+testing, use the Test::More module (a drop-in replacement for this one).
+
+The basic unit of Perl testing is the ok. For each thing you want to test your
+program will print out an "ok" or "not ok" to indicate pass or fail.