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::Class run both test classes

use strict;
use warnings;

use lib '.';
use t::lib::MyApp;
use t::lib::MyAppMore;
Test::Class->runtests;