projects
/
scpubgit/stemmaweb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of https://github.com/tla/stemmaweb into nodemerge
[scpubgit/stemmaweb.git]
/
t
/
view_JSON.t
1
use strict;
2
use warnings;
3
use Test::More;
4
5
6
BEGIN { use_ok 'stemmaweb::View::JSON' }
7
8
done_testing();