1 # -*-Perl-*- Test Harness script for Bioperl
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(qw(Bio scripts examples maintenance)) )