repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #5205 from solgenomics/topic/generic_trial_upload
[sgn.git]
/
t
/
unit
/
pod
/
pod.t
blob
4077b19db1d6180b3e5ea6b22e4cc3083f2688df
1
#!/usr/bin/env perl
2
use
strict
;
3
use
warnings
;
4
use
Test
::
More
;
5
6
use
Test
::
Pod
;
7
8
all_pod_files_ok
();
9
10
done_testing
();