projects
/
gitmo/Class-MOP.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
finish get_attribute_values etc
[gitmo/Class-MOP.git]
/
t
/
pod_coverage.t
Commit
Line
Data
552e3d24
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
6
use Test::More;
7
8
eval "use Test::Pod::Coverage 1.04";
9
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
10
11
all_pod_coverage_ok();