summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-Simple/README
blob: 614d7a9a33bd65acdfbec16a6dfcdbadbb7f0d0f (plain)
1
2
3
4
5
6
7
8
This is an extremely simple, extremely basic module for writing tests
suitable for CPAN modules and other pursuits. If you wish to do more
complicated testing, use the Test::More module (a drop-in replacement
for this one).

The basic unit of Perl testing is the ok. For each thing you want to
test your program will print out an "ok" or "not ok" to indicate pass
or fail.