fix up CTE parser, including an ugly hack I need, with new graph
[scpubgit/stemmatology.git] / t / 03podcoverage.t
CommitLineData
b49c4318 1#!/usr/bin/env perl
2use strict;
3use warnings;
4use Test::More;
5
6eval "use Test::Pod::Coverage 1.04";
7plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
8plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
9
10all_pod_coverage_ok();