repo.or.cz
/
bioperl-live.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync w/ main trunk
[bioperl-live.git]
/
t
/
PodSyntax.t
blob
e983ddc20c9eb1be21b0f5c32c26d23723efabc5
1
# -*-Perl-*- Test Harness script for Bioperl
2
# $Id$
3
4
use strict;
5
6
BEGIN {
7
use Test::More;
8
eval 'use Test::Pod 1.00';
9
plan (skip_all => 'Test::Pod 1.00 required for testing POD' ) if $@;
10
}
11
12
# check pod is syntactically correct
13
all_pod_files_ok( all_pod_files('.') )