projects
/
scpubgit/stemmatology.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
segment the large texts in the relationship mapper
[scpubgit/stemmatology.git]
/
stemmaweb
/
t
/
model_Directory.t
Commit
Line
Data
b90c84a0
1
use strict;
2
use warnings;
3
use Test::More;
4
5
5c9ecf66
6
BEGIN { use_ok 'stemmaweb::Model::Directory' }
b90c84a0
7
8
done_testing();