wok-6.x annotate 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
rev   line source
Hans-G?nter@24259 1 This is an extremely simple, extremely basic module for writing tests
Hans-G?nter@24259 2 suitable for CPAN modules and other pursuits.
Hans-G?nter@24259 3 If you wish to do more complicated testing, use the Test::More module
Hans-G?nter@24259 4 (a drop-in replacement for this one).
Hans-G?nter@24259 5
Hans-G?nter@24259 6 The basic unit of Perl testing is the ok. For each thing you want to
Hans-G?nter@24259 7 test your program will print out an "ok" or "not ok" to indicate pass
Hans-G?nter@24259 8 or fail.
Hans-G?nter@24259 9 You do this with the ok() function.