projects
/
dbsrgits/DBIx-Class.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Merge 'reorganize_tests' into 'DBIx-Class-current'
[dbsrgits/DBIx-Class.git]
/
t
/
basicrels
/
23cache.t
Commit
Line
Data
64acc2bc
1
use Test::More;
2
use lib qw(t/lib);
3
use DBICTest;
4
use DBICTest::BasicRels;
5
3e0e9e27
6
require "t/run/23cache.tl";
64acc2bc
7
run_tests(DBICTest->schema);