Remove Bio::Graphics examples and scripts
[bioperl-live.git] / t / PodSyntax.t
blobe983ddc20c9eb1be21b0f5c32c26d23723efabc5
1 # -*-Perl-*- Test Harness script for Bioperl
2 # $Id$
4 use strict;
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 $@;
12 # check pod is syntactically correct
13 all_pod_files_ok( all_pod_files('.') )