summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:03:43 +0100
committer B. Watson2022-03-14 09:03:43 +0100
commitb55468d84233b6df4d05f6b81e7915b1b5b2e7fe (patch)
treedc661ac2b7a55c19a2c09ca2883994aaf6074a3b /perl
parent40a69df627e55e1de982bdedd38f68b6cbe2055b (diff)
downloadslackbuilds-b55468d84233b6df4d05f6b81e7915b1b5b2e7fe.tar.gz
perl/perl-Test-Simple: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Test-Simple/README12
1 files changed, 7 insertions, 5 deletions
diff --git a/perl/perl-Test-Simple/README b/perl/perl-Test-Simple/README
index 5e7706833f..614d7a9a33 100644
--- a/perl/perl-Test-Simple/README
+++ b/perl/perl-Test-Simple/README
@@ -1,6 +1,8 @@
-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).
+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.
+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.