代码搜索结果
找到约 10,000 项符合
T 的代码
examples3.t
#!./perl -w
use strict ;
BEGIN {
unless(grep /blib/, @INC) {
chdir 't' if -d 't';
@INC = '../lib' if -d '../lib';
}
}
use lib 't';
use BerkeleyDB;
use Test::More;
use util