repo.or.cz
/
SMMID.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add smid dump script.
[SMMID.git]
/
t
/
view_Mason.t
blob
0122b371c5c0d4e283510fd2c02a68bb39796ca8
1
use strict;
2
use warnings;
3
use Test::More;
4
5
6
BEGIN { use_ok 'SMMID::View::Mason' }
7
8
done_testing();