summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/cpan/Text-Balanced/t/01_compile.t
blob: e62303be7a3a60b0d77e2698539d64ae907b560c (plain)
1
2
3
4
5
6
7
8
use 5.008001;

use strict;
use warnings;

use Test::More tests => 1;

use_ok( 'Text::Balanced' );