projects
/
dbsrgits/DBIx-Class-Historic.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Cleanup a bit
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
lib
/
DBICTest
/
Schema
/
ArtistSubclass.pm
Commit
Line
Data
b1fb2c94
1
package # hide from PAUSE
2
DBICTest::Schema::ArtistSubclass;
3
4
use base 'DBICTest::Schema::Artist';
5
6
__PACKAGE__->table(__PACKAGE__->table);
7
8
1;