projects
/
dbsrgits/DBIx-Class-Historic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dbicadmin now works when not specifying the where clause.
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
lib
/
DBICTest
/
Extra.pm
1
package # hide from PAUSE
2
DBICTest::Extra;
3
use base 'DBIx::Class::Schema';
4
5
__PACKAGE__->load_classes("Foo");
6
7
1;