Loading warnings.pm now loads attributes.pm that loads strict.pm.
[p5sagit/p5-mst-13.2.git] / ext / B / t / bblock.t
CommitLineData
7e521e02 1#!./perl -Tw
2
3BEGIN {
4 chdir 't';
5 @INC = '../lib';
6}
7
8use Test::More tests => 1;
9
10use_ok('B::Bblock', qw(find_leaders));
11
12# Someone who understands what this module does, please fill this out.