slackbuilds/perl/perl-Test-Simple
B. Watson b55468d842 perl/perl-Test-Simple: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-14 04:03:43 -04:00
..
README perl/perl-Test-Simple: Wrap README at 72 columns. 2022-03-14 04:03:43 -04:00
perl-Test-Simple.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-Test-Simple.info perl/perl-Test-Simple: Updated for version 1.302067. 2016-12-10 00:57:38 +00:00
slack-desc

README

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.