projects
/
dbsrgits/DBIx-Class-Historic.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
oops
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
lib
/
DBICTest
/
ResultSetManager.pm
Commit
Line
Data
c6d74d3e
1
package # hide from PAUSE
b1fb2c94
2
DBICTest::ResultSetManager;
762a7bb2
3
use base 'DBIx::Class::Schema';
4
d3231653
5
__PACKAGE__->load_classes("Foo");
762a7bb2
6
d3231653
7
1;