version bump, changelog update
[catagits/Catalyst-Plugin-FormValidator-Simple.git] / t / 02_pod.t
CommitLineData
04abc0cc 1use Test::More;
2eval "use Test::Pod 1.14";
3plan skip_all => 'Test::Pod 1.14 required' if $@;
4plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
5all_pod_files_ok();