B. Watson b55468d842 perl/perl-Test-Simple: Wrap README at 72 columns. 2 anos atrás
..
README b55468d842 perl/perl-Test-Simple: Wrap README at 72 columns. 2 anos atrás
perl-Test-Simple.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 anos atrás
perl-Test-Simple.info 67672a8437 perl/perl-Test-Simple: Updated for version 1.302067. 8 anos atrás
slack-desc 4594861b50 perl/perl-Test-Simple: Added (framework for writing test scripts). 10 anos atrás

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.