projects
/
gitmo/Mouse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Docs
[gitmo/Mouse.git]
/
xt
/
001-pod.t
1
use Test::More;
2
eval "use Test::Pod 1.00";
3
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
4
all_pod_files_ok();