1 2 3 4 5 6 7
use Test::More tests => 1; BEGIN { use_ok( 'Text::Balanced' ); } diag( "Testing Text::Balanced $Text::Balanced::VERSION" );