projects
/
scpubgit/stemmatology.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
allow distance program specification
[scpubgit/stemmatology.git]
/
t
/
03podcoverage.t
1
#!/usr/bin/env perl
2
use strict;
3
use warnings;
4
use Test::More;
5
6
eval "use Test::Pod::Coverage 1.04";
7
plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
8
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
9
10
all_pod_coverage_ok();