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