wok-current view perl-test-simple/description.txt @ rev 24617
updated libgphoto2 and libgphoto2-dev (2.5.24 -> 2.5.29)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 07 09:33:31 2022 +0100 (2022-03-07) |
parents | |
children |
line source
1 This is an extremely simple, extremely basic module for writing tests
2 suitable for CPAN modules and other pursuits.
3 If you wish to do more complicated testing, use the Test::More module
4 (a drop-in replacement for this one).
6 The basic unit of Perl testing is the ok. For each thing you want to
7 test your program will print out an "ok" or "not ok" to indicate pass
8 or fail.
9 You do this with the ok() function.