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

updated libmtp, libmtp-dev and mtp-tools (1.1.17 -> 1.1.19)
author Hans-G?nter Theisgen
date Tue Mar 22 16:29:00 2022 +0100 (2022-03-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-test-simple/description.txt	Tue Mar 22 16:29:00 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.