Remove taint mode from the tests.
[catagits/Test-WWW-Mechanize-Catalyst.git] / t / pod.t
CommitLineData
5b9187af 1#!perl
6bc86362 2
3use Test::More;
4eval "use Test::Pod 1.14";
5plan skip_all => "Test::Pod 1.14 required for testing POD: $@" if $@;
6all_pod_files_ok();