Upgrade to Text::Balanced 2.0.0
[p5sagit/p5-mst-13.2.git] / lib / Text / Balanced / t / 00-load.t
1 use Test::More tests => 1;
2
3 BEGIN {
4 use_ok( 'Text::Balanced' );
5 diag( "Testing Text::Balanced $Text::Balanced::VERSION" )
6     unless $ENV{PERL_CORE};
7 }