This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] optimize /[x]/ to /x/.
[perl5.git] / lib / Text / Balanced / t / 00-load.t
... / ...
CommitLineData
1use Test::More tests => 1;
2
3BEGIN {
4use_ok( 'Text::Balanced' );
5}
6
7diag( "Testing Text::Balanced $Text::Balanced::VERSION" );