Make t/multi_content_type.t handle case when server cant be started, which is almost...
[catagits/Test-WWW-Mechanize-Catalyst.git] / t / pod_coverage.t
CommitLineData
6bc86362 1#!perl -T
2
3use Test::More;
4eval "use Test::Pod::Coverage 1.04";
5plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
6 if $@;
7all_pod_coverage_ok();