Help for this page
package Test::Exit; use strict; ... }, 2, 'expect exit(2)'; =cut
use strict; use warnings; ... exit 2; } 2, 'exit code = 2';