repo.or.cz
/
slists.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass status messages for lists crud in stash
[slists.git]
/
t
/
model_DB.t
blob
01e4610a915d71d7ed89823a40e1b48314864073
1
use strict;
2
use warnings;
3
use Test::More;
4
5
6
BEGIN { use_ok 'Slists::Model::DB' }
7
8
done_testing();