projects
/
gitmo/Class-MOP.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Add test for load_class on stashes with GVs without actual methods.
[gitmo/Class-MOP.git]
/
t
/
pod.t
Commit
Line
Data
552e3d24
1
use strict;
2
use warnings;
3
4
use Test::More;
5
6
eval "use Test::Pod 1.14";
7
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
8
9
all_pod_files_ok();