wok diff perl-test-simple/description.txt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-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	Wed Feb 02 09:41:22 2022 +0000
     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.