A test to ensure Bio::PrimarySeqI->trunc() doesn't use clone() for a Bio::Seq::RichSe...
[bioperl-live.git] / t / PodSyntax.t
blob47e658abc74ae491c68070f3c528ffb999f99bf0
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(qw(Bio scripts examples maintenance)) )