Chapter 6. Test::More

6.1. Moving over to Test::More

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: