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' );
12