projects
/
dbsrgits/DBIx-Class.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
just a tiny grammer fix to POD
[dbsrgits/DBIx-Class.git]
/
t
/
testlib
/
CDBase.pm
1
package # hide from PAUSE
2
CDBase;
3
4
use strict;
5
use base qw(DBIx::Class::Test::SQLite);
6
7
1;