projects
/
dbsrgits/DBIx-Class.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
add accessor to rels for DBICTest::Schema::Tag and DBICTest::Schema::Track
[dbsrgits/DBIx-Class.git]
/
t
/
lib
/
DBICTest
/
BasicRels.pm
1
package DBICTest::BasicRels;
2
3
use DBICTest::Schema;
4
use DBICTest::Schema::BasicRels;
5
use DBICTest::Setup;
6
7
1;