1*0Sstevel@tonic-gate#!./perl -Tw 2*0Sstevel@tonic-gate 3*0Sstevel@tonic-gateBEGIN { 4*0Sstevel@tonic-gate chdir 't'; 5*0Sstevel@tonic-gate @INC = '../lib'; 6*0Sstevel@tonic-gate} 7*0Sstevel@tonic-gate 8*0Sstevel@tonic-gateuse Test::More tests => 1; 9*0Sstevel@tonic-gate 10*0Sstevel@tonic-gateuse_ok('B::Bblock', qw(find_leaders)); 11*0Sstevel@tonic-gate 12*0Sstevel@tonic-gate# Someone who understands what this module does, please fill this out. 13