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