"Test::Builder2" is written about 1500 times in the code. Guh. You wind up with long class names like Test::Builder2::Formatter::TAP::v13. Unfortunately, Perl class name completion is difficult to set up in most editors.
Change the namespace from Test::Builder2 to TB2.
Leave the actual Test::Builder2 class as Test::Bulider2.
From: @schwern Date: Thursday Nov 17, 2011 at 09:01 GMT Orig: https://github.com/Test-More/test-more/issues/224
"Test::Builder2" is written about 1500 times in the code. Guh. You wind up with long class names like Test::Builder2::Formatter::TAP::v13. Unfortunately, Perl class name completion is difficult to set up in most editors.