projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[win32] document CORE::GLOBAL:: and global overriding, fix up
[p5sagit/p5-mst-13.2.git]
/
t
/
lib
/
checktree.t
1
#!./perl
2
3
BEGIN {
4
chdir 't' if -d 't';
5
@INC = '../lib';
6
}
7
8
print "1..1\n";
9
10
use File::CheckTree;
11
12
# We assume that we run from the perl "t" directory.
13
14
validate q{
15
lib -d || die
16
lib/checktree.t -f || die
17
};
18
19
print "ok 1\n";