Test::Simple is really a very simple module. Its sole exported function is the "ok" function.
Test::More has the same "ok" function - so it is a drop-in replacement - but it also has lots of
other functions and tools:
ok
is
isnt
diag
like
cmp_ok
is_deeply
SKIP
TODO
| Prev | Home (Copyright Gabor Szabo) Perl Training Israel | Next |
| Test::Simple | Test::More ok( trueness, name); |