projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
[#17040] Storable now handles self-tied scalars with NULL mg_obj.
[p5sagit/p5-mst-13.2.git]
/
ext
/
B
/
t
/
bblock.t
Commit
Line
Data
7e521e02
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.