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
/
Extra.pm
Commit
Line
Data
c6d74d3e
1
package # hide from PAUSE
2
DBICTest::Extra;
762a7bb2
3
use base 'DBIx::Class::Schema';
4
d3231653
5
__PACKAGE__->load_classes("Foo");
762a7bb2
6
d3231653
7
1;