summaryrefslogtreecommitdiff
path: root/lib/Text/Balanced/t/00.load.t
blob: 79bc6f06a69841eadcf533eb0aab17742d480b97 (plain)
1
2
3
4
5
6
7
use Test::More tests => 1;

BEGIN {
use_ok( 'Text::Balanced' );
}

diag( "Testing Text::Balanced $Text::Balanced::VERSION" );