projects
/
gitmo/Mouse.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Port (get|has)_package_symbol from Class::MOP
[gitmo/Mouse.git]
/
xt
/
01_pod.t
Commit
Line
Data
2104d773
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();