projects
/
dbsrgits/DBIx-Class-Historic.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
dbicadmin now works when not specifying the where clause.
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
lib
/
DBICTest
/
BasicRels.pm
Commit
Line
Data
c6d74d3e
1
package # hide from PAUSE
2
DBICTest::BasicRels;
0567538f
3
4
use DBICTest::Schema;
5
use DBICTest::Schema::BasicRels;
8452e496
6
use DBICTest::Setup;
0567538f
7
8
1;