Add contact information for Sullivan Beck
[p5sagit/p5-mst-13.2.git] / cpan / Text-Balanced / t / 01_compile.t
1 #!/usr/bin/perl
2
3 use strict;
4 BEGIN {
5         $|  = 1;
6         $^W = 1;
7 }
8
9 use Test::More tests => 1;
10
11 use_ok( 'Text::Balanced' );