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