projects
/
gitmo/Class-MOP.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix test count
[gitmo/Class-MOP.git]
/
t
/
pod_coverage.t
1
use strict;
2
use warnings;
3
4
use Test::More;
5
6
eval "use Test::Pod::Coverage 1.04";
7
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
8
9
all_pod_coverage_ok( { trustme => [ qr/compatability/ ] } );