Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Test::Builder

  • Test::Builder

Test modules created using Test::Builder all work nicely together. Among other things, they don't get confused with the counting of the tests.

There are many Test::Builder based modules already available from CPAN. Not only Test::Simple and Test::More.

We'll see some of them here.