wok-6.x diff perl-test-simple/description.txt @ rev 24259

updated perl-test-simple (1.302172 -> 1.302188)
author Hans-G?nter Theisgen
date Sun Jan 02 10:10:22 2022 +0100 (2022-01-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-test-simple/description.txt	Sun Jan 02 10:10:22 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +This is an extremely simple, extremely basic module for writing tests
     1.5 +suitable for CPAN modules and other pursuits.
     1.6 +If you wish to do more complicated testing, use the Test::More module
     1.7 +(a drop-in replacement for this one).
     1.8 +
     1.9 +The basic unit of Perl testing is the ok. For each thing you want to
    1.10 +test your program will print out an "ok" or "not ok" to indicate pass
    1.11 +or fail.
    1.12 +You do this with the ok() function.